mirror of
https://github.com/GeorgeSG/sarah.git
synced 2026-05-13 19:54:42 +00:00
Fix delay: syntax
This commit is contained in:
@@ -3,11 +3,11 @@ script:
|
||||
alias: Routine - Waking up
|
||||
sequence:
|
||||
- service: script.routine_morning_briefing
|
||||
- delay: "00:00:25"
|
||||
- delay: 00:00:25
|
||||
- service: script.talk
|
||||
data:
|
||||
message: "Here's some music to start the day!"
|
||||
- delay: "00:00:02"
|
||||
- delay: 00:00:02
|
||||
- service: media_player.select_source
|
||||
entity_id: media_player.master_bedroom
|
||||
data:
|
||||
|
||||
Reference in New Issue
Block a user