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 # Enable fallback hotspot (captive portal) in case wifi connection fails
ap: ap:
ssid: "Esphome-Web-901078" ssid: !secret weatherman_ap_ssid
password: "2JOrpBYEHQsV" password: !secret weatherman_ap_password
# Include custom fonts # Include custom fonts

Loading…
Cancel
Save