Update alarm clock automation
This commit is contained in:
parent
1f9cf20d9d
commit
b209a49c5f
@ -33,15 +33,15 @@
|
||||
brightness: 255
|
||||
entity_id: light.bed_lightstrip
|
||||
- repeat:
|
||||
count: 100
|
||||
count: 10
|
||||
sequence:
|
||||
- service: cover.set_cover_position
|
||||
target:
|
||||
entity_id: cover.bedroom_blinds
|
||||
data:
|
||||
position: "{{ repeat.index | int }}"
|
||||
position: "{{ repeat.index * 10 | int }}"
|
||||
- delay:
|
||||
seconds: 18
|
||||
seconds: 180
|
||||
- service: media_player.volume_set
|
||||
data:
|
||||
volume_level: 0.1
|
||||
|
Loading…
Reference in New Issue
Block a user