You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

32 lines
596 B

## WiFi Component ##
### WiFi ###
wifi_ssid: ""
wifi_password: ""
wifi_domain: ""
### Backup wifi ###
backup_wifi_ssid: ""
backup_wifi_password: ""
### AP fallback ###
fallback_ap_pass: ""
## Native API Component ##
encryption_key: ""
## Web Server Component ##
web_server_auth_username: ""
web_server_auth_password: ""
## Over-the-Air Updates ##
ota_password: ""
## Time Component ##
# NTP Server IP, if you use NTP instead of home assistant for time.
ntp_server_ip: 1.2.3.4
timezone: YourTimezoneHere
## MQTT Client Component ##
mqtt_broker: 1.2.3.4
mqtt_username: ""
mqtt_password: ""