12 lines
273 B
YAML
12 lines
273 B
YAML
wake_up:
|
|
alias: '[Alarm clock] waking up'
|
|
sequence:
|
|
- service: cover.set_cover_position
|
|
target:
|
|
entity_id: cover.bedroom_blinds
|
|
data:
|
|
position: 10
|
|
woken_up:
|
|
alias: '[Alarm clock] woken up'
|
|
sequence:
|
|
- service: script.good_morning |