diff --git a/automations/lights.yaml b/automations/lights.yaml index 11dd84d..14c0137 100644 --- a/automations/lights.yaml +++ b/automations/lights.yaml @@ -1,11 +1,13 @@ -- alias: Lampen auf warmes Licht +- alias: Lampen auf angenehmes Licht trigger: platform: homeassistant event: start action: - service: light.turn_on data: - rgb_color: [255, 147, 41] + xy_color: + - 0.443 + - 0.379 entity_id: - light.0xec1bbdfffe9cc96e_light - light.0xec1bbdfffe59b929_light