1
0

Update alarm clock automation

This commit is contained in:
Przemek Grondek 2021-12-12 23:51:26 +01:00
parent 1f9cf20d9d
commit b209a49c5f

View File

@ -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