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/1db6ef7854f3d2fc6a1065522939f29d to your computer and use it in GitHub Desktop.
Save ensonic/1db6ef7854f3d2fc6a1065522939f29d to your computer and use it in GitHub Desktop.
ha lights on
alias: Flurlicht an
description: ""
trigger:
- platform: sun
event: sunset
offset: "-00:30:00"
condition: []
action:
- service: light.turn_on
target:
entity_id: light.wled_flur_2
data:
brightness: 0
- service: select.select_option
target:
entity_id: select.wled_flur_voreinstellung
data:
option: Blends
- repeat:
count: 10
sequence:
- service: light.turn_on
metadata: {}
data:
brightness_step_pct: 10
transition: 3
target:
entity_id: light.wled_flur_2
- delay:
hours: 0
minutes: 0
seconds: 3
milliseconds: 0
mode: single
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment