diff --git a/intern/docker_homeassistant/templates/config/configuration.yaml b/intern/docker_homeassistant/templates/config/configuration.yaml
index 6a13c59eee00ea9dc15369f22bc6781cfc1a5126..5941dd7eb948a1282132cd1c1585631e5018c4c1 100644
--- a/intern/docker_homeassistant/templates/config/configuration.yaml
+++ b/intern/docker_homeassistant/templates/config/configuration.yaml
@@ -635,6 +635,14 @@ automation ansible:
             - select.vorhang_preset
             - select.lampan_preset
             - select.clock_preset
+      - service: light.turn_on
+        data:
+          rgb_color:
+            - 255
+            - 160
+            - 0
+        target:
+          device_id: d1d266daf7d11e675319fdae0226a197
     mode: single
 
   # WLED meteor
@@ -682,6 +690,14 @@ automation ansible:
             - select.vorhang_preset
             - select.lampan_preset
             - select.clock_preset
+      - service: light.turn_on
+        data:
+          rgb_color:
+            - 255
+            - 0
+            - 238
+        target:
+          device_id: d1d266daf7d11e675319fdae0226a197
     mode: single
   
   # WLED Zonenstatus
@@ -799,4 +815,4 @@ automation ansible:
               - type: turn_off
                 device_id: f65f71ef46e86492b79d75223670013a
                 entity_id: switch.licht_hackcenter
-                domain: switch
\ No newline at end of file
+                domain: switch