Browse Source

add example secrets file

esphome
Hendrik Langer 3 years ago
parent
commit
9f4e7b7e6b
  1. 9
      secrets.yaml

9
secrets.yaml

@ -0,0 +1,9 @@
# esphome secrets
wifi_ssid: ssid1
wifi_passwd: password1
wifi_ssid2: ssid2
wifi_passwd2: password2
esphome_ota_password: "1234567890abcdef1234567890abcdef"
esphome_mqtt_user: "mqtt-user"
esphome_mqtt_passwd: "mqtt-password"
Loading…
Cancel
Save