|
|
|
@ -0,0 +1,32 @@ |
|
|
|
## 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: "" |