Last active
January 6, 2024 19:21
-
-
Save ensonic/1db6ef7854f3d2fc6a1065522939f29d to your computer and use it in GitHub Desktop.
ha lights on
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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