Hello
I have the following configuration:
- alias: 'Utelys Light On'
trigger:
platform: sun
event: sunset
action:
service: light.turn_on
data_template:
entity_id: group.ute_lys
- alias: 'Utelys Light Off'
trigger:
platform: sun
event: sunrise
action:
service: light.turn_off
data_template:
entity_id: group.ute_lys
The on part are working, not the off. Hassio on raspbian. The lights are ikea tradfri.
From the log:
08:36 Sun has risen
…
17:00 Sun has set_
17:00 utepahjorne turned on_
17:00 Ute lys turned on_
17:00 ute ved ingang turned on_
17:00 Utelys Light On has been triggered
Any clue?