Browse Source

Add example secrets.yaml

main
James Moore 11 months ago
parent
commit
db71696016
1 changed files with 32 additions and 0 deletions
  1. +32
    -0
      secrets.yaml.example

+ 32
- 0
secrets.yaml.example View File

@ -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: ""

Loading…
Cancel
Save