mirror of
https://github.com/michivonah/esphome-eink-dashboard.git
synced 2025-12-22 21:16:28 +01:00
Move AP SSID and password to secret
This commit is contained in:
parent
9f75606543
commit
973fdd0434
1 changed files with 2 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue