network common changes

This commit is contained in:
zorruno
2026-06-22 22:40:52 +12:00
parent 04f412e346
commit 1f8fd335f6
2 changed files with 9 additions and 8 deletions
+5 -4
View File
@@ -24,7 +24,8 @@ substitutions:
# WiFi Credentials
wifi_ssid: !secret ha_wifi_ssid
wifi_password: !secret ha_wifi_password
fallback_ap_password: !secret fallback_ap_password
#fallback_ap_password: !secret fallback_ap_password
fallback_ap_password: !secret fallback_ap_password_shared
# Enables faster network connections, with last connected SSID being connected to and no full scan for SSID being undertaken
wifi_fast_connect: "false"
@@ -39,8 +40,8 @@ substitutions:
fallback_ap_timeout: "2min"
# Network reconnect every x hours to ensure best access point
base_interval_hours: "23"
random_offset_max_minutes: "59"
#base_interval_hours: "23"
#random_offset_max_minutes: "59"
#:########################################################################################:#
@@ -92,7 +93,7 @@ ota:
version: 2
# Optional: uncomment if you want OTA uploads through the web interface
#- platform: web_server
- platform: web_server
#:########################################################################################:#