pool light esp, gas heater esp, HA Overview display

This commit is contained in:
root
2025-09-03 20:53:14 +12:00
parent 540fe186ff
commit a060d819cd
17 changed files with 3436 additions and 37 deletions
+3 -3
View File
@@ -53,11 +53,11 @@ wifi:
dns2: ${static_ip_dns2}
use_address: ${local_static_ip_address}
ap: # Details for fallback hotspot in case wifi connection fails https://esphome.io/components/wifi.html#access-point-mode
ssid: ${local_device_name} AP
ssid: ${local_device_name}
password: ${fallback_ap_password}
ap_timeout: 10min # Time until it brings up fallback AP. default is 1min
# Allow rapid re-connection to previously connect WiFi SSID, skipping scan of all SSID
fast_connect: "${wifi_fast_connect}"
fast_connect: ${wifi_fast_connect}
# Define dns domain / suffix to add to hostname
domain: "${dns_domain}"
@@ -71,7 +71,7 @@ ota:
- platform: esphome
password: ${local_ota_pass}
version: 2
#- platform: web_server
#- platform: web_server # Uncomment if you want to be able to do OTA with the web interface
#############################################
# Safe Mode