Move AP SSID and password to secret

main
Madelena Mak 1 year ago
parent 9f75606543
commit 973fdd0434

@ -103,8 +103,8 @@ wifi:
# Enable fallback hotspot (captive portal) in case wifi connection fails
ap:
ssid: "Esphome-Web-901078"
password: "2JOrpBYEHQsV"
ssid: !secret weatherman_ap_ssid
password: !secret weatherman_ap_password
# Include custom fonts

Loading…
Cancel
Save