From db71696016eb4803b82a221c48c326321e8a6acc Mon Sep 17 00:00:00 2001 From: James Moore Date: Sun, 20 Jul 2025 11:32:25 -0400 Subject: [PATCH] Add example secrets.yaml --- secrets.yaml.example | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 secrets.yaml.example diff --git a/secrets.yaml.example b/secrets.yaml.example new file mode 100644 index 0000000..7d905dd --- /dev/null +++ b/secrets.yaml.example @@ -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: ""