Created
October 28, 2020 21:24
-
-
Save pfleidi/b57bda87d3944f8b630222d141d646ed to your computer and use it in GitHub Desktop.
This file contains hidden or 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
bedtime: | |
sequence: | |
- data: | |
brightness_pct: 100 | |
kelvin: 2400 | |
entity_id: light.svens_bedroom | |
service: light.turn_on | |
- data: {} | |
entity_id: switch.living_room_tv | |
service: switch.turn_off | |
- data: {} | |
entity_id: switch.living_room_subwoofer | |
service: switch.turn_off | |
- data: | |
brightness_pct: 20 | |
entity_id: light.living_room | |
service: light.turn_on | |
- delay: 00:01:30 | |
- data: {} | |
entity_id: light.living_room | |
service: light.turn_off | |
alias: bedtime | |
mode: single |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment