From 4ab1da979439a017b6037d8b1f704abc81cdc1c2 Mon Sep 17 00:00:00 2001 From: Thomas Date: Thu, 23 Jan 2020 23:48:04 +0100 Subject: [PATCH] change to angenehmes licht --- automations/lights.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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