Last active
January 6, 2024 19:21
-
-
Save ensonic/661d1d4e7e80a38c3efaf515fa9b6f92 to your computer and use it in GitHub Desktop.
ha lights on working
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: 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