From 65acc925fc067a99a7df86627d1ce817cda79409 Mon Sep 17 00:00:00 2001 From: kisfenyo Date: Wed, 25 Feb 2026 19:12:44 +0100 Subject: [PATCH] home-assistant: fix initial config - remove !include directives The !include directives for automations/scripts/scenes reference files that don't exist on fresh install, causing HA to enter recovery mode which ignores trusted_proxies. Simplified to minimal config with just default_config and http block - HA adds the rest during onboarding. Co-Authored-By: Claude Opus 4.6 --- templates/home-assistant/docker-compose.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/templates/home-assistant/docker-compose.yml b/templates/home-assistant/docker-compose.yml index 29faf34..0bddf42 100644 --- a/templates/home-assistant/docker-compose.yml +++ b/templates/home-assistant/docker-compose.yml @@ -22,11 +22,6 @@ services: elif [ ! -f "$$CFG" ]; then cat > "$$CFG" << 'HACFG' default_config: - frontend: - themes: !include_dir_merge_named themes - automation: !include automations.yaml - script: !include scripts.yaml - scene: !include scenes.yaml http: use_x_forwarded_for: true trusted_proxies: