Browse Source

adding light automation

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

13
automations/lights.yaml

@ -0,0 +1,13 @@ @@ -0,0 +1,13 @@
- id: change_to_warm_light
alias: Lampen auf warmes Licht
hide_entity: true
trigger:
platform: homeassistant
event: start
action:
- service: light.turn_on
data:
rgb_color: [255, 147, 41]
entity_id:
- light.0xec1bbdfffe9cc96e_light
- light.0xec1bbdfffe59b929_light
Loading…
Cancel
Save