@silver323 wrote:
Who can help?
I have multiple light entities that I want to turn on with sunset and with different brightness.
I tried in an automation but it’s not working.### Woonkamer lampen aan bij zonsopgang - alias: 'Woonkamer lampen aan' trigger: platform: sun event: sunset offset: "-00:25:00" action: service: light.turn_on data: entity_id: light.dimmable_light_4 brightness_pct: 80 service: light.turn_on data: entity_id: light.hue_white_lamp_1 brightness_pct: 40 service: light.turn_on data: entity_id: light.hue_white_lamp_2 brightness_pct: 40
And I have an remote switch.remote_woonkamer which also can turn this on and off. Should I create an other automation for that?
Posts: 10
Participants: 3