From 973fdd04340ea62b73728e82278a7560cc9800a2 Mon Sep 17 00:00:00 2001 From: Madelena Mak Date: Wed, 4 Jan 2023 14:43:27 -0500 Subject: [PATCH] Move AP SSID and password to secret --- weatherman.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/weatherman.yaml b/weatherman.yaml index c262ab9..fc09437 100644 --- a/weatherman.yaml +++ b/weatherman.yaml @@ -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