Files
helm-charts/home-assistant-dev/Chart.yaml
T
shaandClaude Sonnet 5 c66bac4714 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>
2026-08-07 11:29:38 +03:00

13 lines
426 B
YAML

apiVersion: v2
name: home-assistant-dev
description: Home Assistant development build - wraps home-assistant chart with dev defaults
type: application
annotations:
version-source: dockerhub-dev:homeassistant/home-assistant:^[0-9]+\.[0-9]+\.[0-9]+\.dev[0-9]+$
version: 0.1.120-dev
appVersion: "2026.8.0.dev202607240311"
dependencies:
- name: home-assistant
version: ">=0.1.0"
repository: "file://../home-assistant"