Skip to content

Instantly share code, notes, and snippets.

@ensonic
Last active January 6, 2024 19:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ensonic/661d1d4e7e80a38c3efaf515fa9b6f92 to your computer and use it in GitHub Desktop.
Save ensonic/661d1d4e7e80a38c3efaf515fa9b6f92 to your computer and use it in GitHub Desktop.
ha lights on working
alias: Flurlicht an
description: ""
trigger:
- platform: sun
event: sunset
offset: "-00:30:00"
condition: []
action:
- service: select.select_option
target:
entity_id: select.wled_flur_voreinstellung
data:
option: Blends
- service: light.turn_on
target:
entity_id:
- light.wled_flur_haupt
data:
brightness: 0
- service: light.turn_on
target:
entity_id: light.wled_flur_haupt
data:
transition: 300
brightness_pct: 100
mode: single
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment