moved various passwords to secrets.yaml (and changed them ;-)
This commit is contained in:
parent
2d0a7e9b52
commit
ac063afc31
1 changed files with 5 additions and 4 deletions
|
@ -10,10 +10,11 @@ logger:
|
|||
# Enable Home Assistant API
|
||||
api:
|
||||
encryption:
|
||||
key: "HzC8U2bilNubXw3t8wA1iH7+5LtNJ+kFY60WcU7NleE="
|
||||
key: !secret clock01_hass_api
|
||||
|
||||
ota:
|
||||
password: "a834c6d49c662e76ccac1e4d52c217cc"
|
||||
password: !secret clock01_ota
|
||||
|
||||
|
||||
wifi:
|
||||
ssid: !secret wifi_ssid
|
||||
|
@ -27,7 +28,7 @@ wifi:
|
|||
# Enable fallback hotspot (captive portal) in case wifi connection fails
|
||||
ap:
|
||||
ssid: "Unhb-Uhr Fallback Hotspot"
|
||||
password: "VRduM2tepC49"
|
||||
password: !secret wifi_fallback_passwd
|
||||
|
||||
captive_portal:
|
||||
|
||||
|
@ -139,4 +140,4 @@ light:
|
|||
it[i] = Color((sek*4)+10, 0, 0);
|
||||
it[(i+it.size()-1)%it.size()] = Color((60-sek)*4+10, 0, 0);
|
||||
}
|
||||
else { it[i] = Color(255, 0, 0); }
|
||||
else { it[i] = Color(255, 0, 0); }
|
||||
|
|
Loading…
Reference in a new issue