fix(home-assistant): disable deprecated http: config section on ha-dev

HA core has migrated the http: config (server_port, ip_ban_enabled,
login_attempts_threshold, use_x_forwarded_for, trusted_proxies) out of
configuration.yaml, causing "already been migrated and is now being
ignored" warnings. Disable http.enabled by default on home-assistant-dev,
mark the section deprecated in both charts, and document removal planned
for appVersion 2027.7.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
sha
2026-08-07 11:29:38 +03:00
co-authored by Claude Sonnet 5
parent 41296a1433
commit c66bac4714
6 changed files with 31 additions and 3 deletions
+6 -1
View File
@@ -5,8 +5,13 @@ home-assistant:
hostNetwork: false
# DEPRECATED: HA core has migrated the http: config section (server_port,
# ip_ban_enabled, login_attempts_threshold, use_x_forwarded_for,
# trusted_proxies) out of configuration.yaml — it now warns "The HTTP
# configuration in configuration.yaml has already been migrated and is
# now being ignored". Keep disabled; see home-assistant/values.yaml.
http:
enabled: true
enabled: false
homekit:
enabled: false