From 1ad0da1e48532b72b211f4fca2b67f12ee9bfe93 Mon Sep 17 00:00:00 2001 From: Romain ROCHAS Date: Fri, 17 Oct 2025 12:26:00 +0200 Subject: [PATCH] Remove unnecessary blank lines and commented-out automation configurations from Home Assistant template --- templates/compose/home-assistant.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/templates/compose/home-assistant.yaml b/templates/compose/home-assistant.yaml index a54bca8c9..f3a841b23 100644 --- a/templates/compose/home-assistant.yaml +++ b/templates/compose/home-assistant.yaml @@ -16,7 +16,6 @@ services: - homeassistant-config:/config - /etc/localtime:/etc/localtime:ro - /run/dbus:/run/dbus:ro - - type: bind source: ./configuration.yaml target: /config/configuration.yaml @@ -33,10 +32,6 @@ services: - 192.168.0.0/16 ip_ban_enabled: true login_attempts_threshold: 5 - - automation: !include automations.yaml - script: !include scripts.yaml - scene: !include scenes.yaml privileged: true healthcheck: test: ["CMD", "curl", "-f", "http://localhost:8123"]