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