Move AP SSID and password to secret

This commit is contained in:
Madelena Mak 2023-01-04 14:43:27 -05:00
parent 9f75606543
commit 973fdd0434

View file

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