diff --git a/intern/docker_homeassistant/templates/config/configuration.yaml b/intern/docker_homeassistant/templates/config/configuration.yaml
index 9081e1107052d9b3135116fed120958a84531d78..fc7e16b2a6285d22c7a3457ff15a556bc0766792 100644
--- a/intern/docker_homeassistant/templates/config/configuration.yaml
+++ b/intern/docker_homeassistant/templates/config/configuration.yaml
@@ -133,40 +133,44 @@ sensor:
 
 automation ansible:
 
-# Autodiscovery für Licht Hackcenter
-- alias: ANSIBLE_autodiscovery_light_hackcenter
-  description: "MQTT Autodiscovery für Licht Hackcenter"
-  mode: single
-  trigger:
-    - platform: homeassistant
-      event: start
-  action:
-    - service: mqtt.publish
-      data:
-        topic: "homeassistant/light/licht_hackcenter_01/config"
-        retain: true
-        qos: 0
-        payload: >
-          {
-            "name": "Licht Hackcenter",
-            "unique_id": "licht_hackcenter_01",
-            "state_topic": "stat/tasmota_B1233C/POWER",
-            "command_topic": "cmnd/tasmota_B1233C/Power1",
-            "brightness_state_topic": "light/dali_out",
-            "brightness_command_topic": "light/dali_in",
-            "state_value_template": "{{ 'OFF' if value_json.state == 'OFF' else 'ON' }}",
-            "brightness_value_template": "{{ value_json.brightness }}",
-            "qos": 0,
-            "payload_on": "ON",
-            "payload_off": "OFF",
-            "optimistic": false,
-            "device": {
-              "identifiers": ["licht_hackcenter_01"],
+{% raw %}
+
+  # Autodiscovery für Licht Hackcenter
+  - alias: ANSIBLE_autodiscovery_light_hackcenter
+    description: "MQTT Autodiscovery für Licht Hackcenter"
+    mode: single
+    trigger:
+      - platform: homeassistant
+        event: start
+    action:
+      - service: mqtt.publish
+        data:
+          topic: "homeassistant/light/licht_hackcenter_01/config"
+          retain: true
+          qos: 0
+          payload: >
+            {
               "name": "Licht Hackcenter",
-              "manufacturer": "warpzone",
-              "model": "DALI"
+              "unique_id": "licht_hackcenter_01",
+              "state_topic": "stat/tasmota_B1233C/POWER",
+              "command_topic": "cmnd/tasmota_B1233C/Power1",
+              "brightness_state_topic": "light/dali_out",
+              "brightness_command_topic": "light/dali_in",
+              "state_value_template": "{{ 'OFF' if value_json.state == 'OFF' else 'ON' }}",
+              "brightness_value_template": "{{ value_json.brightness }}",
+              "qos": 0,
+              "payload_on": "ON",
+              "payload_off": "OFF",
+              "optimistic": false,
+              "device": {
+                "identifiers": ["licht_hackcenter_01"],
+                "name": "Licht Hackcenter",
+                "manufacturer": "warpzone",
+                "model": "DALI"
+              }
             }
-          }
+
+{% endraw %}
 
   # Abluft dauerhaft an
   - alias: ANSIBLE_Abluft_dauer_an