yaml tidyups and warning removals

This commit is contained in:
root
2026-01-24 14:06:52 +13:00
parent 9bbde16d8d
commit c104187d62
44 changed files with 391 additions and 124 deletions
+3 -3
View File
@@ -59,12 +59,12 @@ wifi:
# Allow rapid re-connection to previously connect WiFi SSID, skipping scan of all SSID
fast_connect: ${wifi_fast_connect}
# Define dns domain / suffix to add to hostname
domain: "${dns_domain}"
#min_auth_mode: WPA2
domain: ${dns_domain}
min_auth_mode: WPA2
# Reboot eventually when Wi-Fi is down (default is 15min)
reboot_timeout: 56h
#captive_portal: # extra fallback mechanism for when connecting if the configured WiFi fails
captive_portal: # extra fallback mechanism for when connecting if the configured WiFi fails
###########################################################################################
# Enable Over the Air Update Capability