Browse Source

change to angenehmes licht

master
Thomas 4 years ago
parent
commit
4ab1da9794
Signed by: taschenbier
GPG Key ID: 306F574D34A9673B
  1. 6
      automations/lights.yaml

6
automations/lights.yaml

@ -1,11 +1,13 @@
- alias: Lampen auf warmes Licht - alias: Lampen auf angenehmes Licht
trigger: trigger:
platform: homeassistant platform: homeassistant
event: start event: start
action: action:
- service: light.turn_on - service: light.turn_on
data: data:
rgb_color: [255, 147, 41] xy_color:
- 0.443
- 0.379
entity_id: entity_id:
- light.0xec1bbdfffe9cc96e_light - light.0xec1bbdfffe9cc96e_light
- light.0xec1bbdfffe59b929_light - light.0xec1bbdfffe59b929_light

Loading…
Cancel
Save