From 8d4d57437a618d9fe52edfdb83ff73e39e42464d Mon Sep 17 00:00:00 2001
From: jabertwo <git@jabertwo.de>
Date: Mon, 24 Feb 2025 10:23:48 +0100
Subject: [PATCH] update homeassistant config

---
 .../templates/config/configuration.yaml         | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/intern/docker_homeassistant/templates/config/configuration.yaml b/intern/docker_homeassistant/templates/config/configuration.yaml
index cb89ecbe..bafa87a2 100644
--- a/intern/docker_homeassistant/templates/config/configuration.yaml
+++ b/intern/docker_homeassistant/templates/config/configuration.yaml
@@ -821,6 +821,23 @@ automation ansible:
           area_id: schnackcenter
     mode: single
 
+  - alias: ANSIBLE_ZONE_NoAutoOn_aus
+    description: ""
+    triggers: []
+    conditions: []
+    actions:
+      - action: light.turn_off
+        metadata: {}
+        data: {}
+        target:
+          area_id: NoAutoOn
+      - action: switch.turn_off
+        metadata: {}
+        data: {}
+        target:
+          area_id: NoAutoOn
+    mode: single
+
   - alias: ANSIBLE_ZONE_backcenter_an
     description: ""
     triggers: []
-- 
GitLab