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