Quantcast
Channel: Configuration - Home Assistant Community
Viewing all articles
Browse latest Browse all 96121

Multiple light entities turning on with sunset

$
0
0

@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

Read full topic


Viewing all articles
Browse latest Browse all 96121

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>