mirror of
https://github.com/michivonah/esphome-eink-dashboard.git
synced 2025-12-22 13:16:27 +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
|
||||
ap:
|
||||
ssid: "Esphome-Web-901078"
|
||||
password: "2JOrpBYEHQsV"
|
||||
ssid: !secret weatherman_ap_ssid
|
||||
password: !secret weatherman_ap_password
|
||||
|
||||
|
||||
# Include custom fonts
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue