From 97f7858c51fe47fbd74489f2c974b156aeadfdb7 Mon Sep 17 00:00:00 2001
From: jabertwo <git@jabertwo.de>
Date: Thu, 13 Jul 2023 20:59:00 +0200
Subject: [PATCH] change moodlight color fitting with wled effects

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

diff --git a/intern/docker_homeassistant/templates/config/configuration.yaml b/intern/docker_homeassistant/templates/config/configuration.yaml
index 6a13c59e..5941dd7e 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
-- 
GitLab