diff --git a/intern/docker_homeassistant/templates/config/configuration.yaml b/intern/docker_homeassistant/templates/config/configuration.yaml
index 7944837b6d210c4907c6c20157c89c6f4170e50e..4e45f5dcc6d5b4da0149819eec464b0425ee840f 100644
--- a/intern/docker_homeassistant/templates/config/configuration.yaml
+++ b/intern/docker_homeassistant/templates/config/configuration.yaml
@@ -282,7 +282,7 @@ automation ansible:
             data:
               skip_condition: true
             target:
-              entity_id: automation.ansible_hackcenter_licht_nach_shutdown
+              entity_id: automation.ANSIBLE_hackcenter_licht_nach_shutdown
 
   - alias: ANSIBLE_Zonenboot
     mode: single
@@ -787,6 +787,29 @@ automation ansible:
           area_id: NoAutoOn
     mode: single
 
+  - alias: ANSIBLE_hackcenter_licht_nach_shutdown
+    description: ""
+    mode: single
+    triggers: []
+    conditions: []
+    actions:
+      - action: light.turn_on
+        metadata: {}
+        data:
+          brightness_pct: 50
+        target:
+          device_id: c4f8f83fb287ba7b1d66b674a1564c75
+      - delay:
+          hours: 0
+          minutes: 3
+          seconds: 0
+          milliseconds: 0
+      - action: light.turn_off
+        metadata: {}
+        data: {}
+        target:
+          device_id: c4f8f83fb287ba7b1d66b674a1564c75
+
   - alias: ANSIBLE_ZONE_backcenter_an
     description: ""
     triggers: []