mirror of
https://github.com/GeorgeSG/sarah.git
synced 2026-06-15 17:12:59 +00:00
17 lines
479 B
YAML
17 lines
479 B
YAML
script:
|
|
routine_waking_up:
|
|
alias: Routine - Waking up
|
|
sequence:
|
|
- service: script.routine_briefing
|
|
- delay: "00:00:25"
|
|
- service: script.talk
|
|
data:
|
|
message: "Here's some music to start the day!"
|
|
- delay: "00:00:02"
|
|
- service: media_player.select_source
|
|
entity_id: media_player.master_bedroom
|
|
data:
|
|
source: "Evening Chill"
|
|
- service: fan.turn_off
|
|
entity_id: fan.philips_airpurifier
|