Fix wakeup automation
This commit is contained in:
parent
b32ea71e3e
commit
e7581717ff
@ -39,7 +39,7 @@
|
||||
target:
|
||||
entity_id: cover.bedroom_blinds
|
||||
data:
|
||||
position: "{{ repeat.count }}"
|
||||
position: "{{ repeat.index | int }}"
|
||||
- delay:
|
||||
seconds: 18
|
||||
- service: media_player.volume_set
|
||||
|
Loading…
Reference in New Issue
Block a user