updating common esphome sensors

finally fixing hvac-multisensor. All of this was caused by the display switch referenced the display while it wasn't plugged in. Updated code to check for the existence first.
This commit is contained in:
CeeWeasel
2025-07-20 12:33:08 -04:00
parent 4e0e55ac3c
commit 75fb9c2ab8
31 changed files with 1315 additions and 600 deletions
+4 -4
View File
@@ -1,9 +1,8 @@
captive_portal:
wifi:
networks:
- ssid: !secret Wifi_SSID
password: !secret Wifi_PWD
ssid: !secret Wifi_SSID
password: !secret Wifi_PWD
#- ssid: !secret IoT_Wifi_SSID
# password: !secret IoT_Wifi_PWD
@@ -15,7 +14,8 @@ wifi:
# Enable fallback hotspot (captive portal) in case wifi connection fails
ap:
password: !secret EspHome_AP_PWD
ssid: "${friendly_name}"
password: !secret fallback_ap_password
# Enable fast connect
fast_connect: true