1
0

Fix wakeup automation

This commit is contained in:
Przemek Grondek 2021-12-07 23:21:32 +01:00
parent b32ea71e3e
commit e7581717ff

View File

@ -39,7 +39,7 @@
target: target:
entity_id: cover.bedroom_blinds entity_id: cover.bedroom_blinds
data: data:
position: "{{ repeat.count }}" position: "{{ repeat.index | int }}"
- delay: - delay:
seconds: 18 seconds: 18
- service: media_player.volume_set - service: media_player.volume_set