mirror of
https://github.com/GeorgeSG/sarah.git
synced 2026-09-07 10:18:44 +00:00
Fix delay: syntax
This commit is contained in:
@@ -57,11 +57,11 @@ script:
|
|||||||
data_template:
|
data_template:
|
||||||
with_group: yes
|
with_group: yes
|
||||||
entity_id: media_player.master_bedroom
|
entity_id: media_player.master_bedroom
|
||||||
- delay: "00:00:02"
|
- delay: 00:00:02
|
||||||
- service: script.sonos_blast
|
- service: script.sonos_blast
|
||||||
data_template:
|
data_template:
|
||||||
message: "{{ message }}"
|
message: "{{ message }}"
|
||||||
- delay: "00:00:05"
|
- delay: 00:00:05
|
||||||
- service: sonos.restore
|
- service: sonos.restore
|
||||||
data_template:
|
data_template:
|
||||||
with_group: yes
|
with_group: yes
|
||||||
|
|||||||
@@ -12,7 +12,7 @@ script:
|
|||||||
- media_player.living_room_tv
|
- media_player.living_room_tv
|
||||||
- service: light.turn_off
|
- service: light.turn_off
|
||||||
entity_id: light.all_lights
|
entity_id: light.all_lights
|
||||||
- delay: "00:00:02"
|
- delay: 00:00:02
|
||||||
- service: media_player.volume_set
|
- service: media_player.volume_set
|
||||||
entity_id: media_player.master_bedroom
|
entity_id: media_player.master_bedroom
|
||||||
data:
|
data:
|
||||||
|
|||||||
@@ -14,11 +14,11 @@ script:
|
|||||||
- condition: state
|
- condition: state
|
||||||
entity_id: input_boolean.routine_welcome_home
|
entity_id: input_boolean.routine_welcome_home
|
||||||
state: "on"
|
state: "on"
|
||||||
- delay: "00:00:03"
|
- delay: 00:00:03
|
||||||
- service: script.coming_home_say_welcome
|
- service: script.coming_home_say_welcome
|
||||||
|
|
||||||
# TODO: Add condition for time - don't blast music late at night :)
|
# TODO: Add condition for time - don't blast music late at night :)
|
||||||
- delay: "00:00:03"
|
- delay: 00:00:03
|
||||||
- service: media_player.shuffle_set
|
- service: media_player.shuffle_set
|
||||||
entity_id: media_player.master_bedroom
|
entity_id: media_player.master_bedroom
|
||||||
data:
|
data:
|
||||||
@@ -42,7 +42,7 @@ script:
|
|||||||
- !include ../../templates/partials/time.yaml
|
- !include ../../templates/partials/time.yaml
|
||||||
- "Here's the current status:"
|
- "Here's the current status:"
|
||||||
- !include ../../templates/partials/window_check.yaml
|
- !include ../../templates/partials/window_check.yaml
|
||||||
- delay: "00:00:10"
|
- delay: 00:00:10
|
||||||
- service: script.talk
|
- service: script.talk
|
||||||
data_template:
|
data_template:
|
||||||
message: >-
|
message: >-
|
||||||
|
|||||||
@@ -3,11 +3,11 @@ script:
|
|||||||
alias: Routine - Waking up
|
alias: Routine - Waking up
|
||||||
sequence:
|
sequence:
|
||||||
- service: script.routine_morning_briefing
|
- service: script.routine_morning_briefing
|
||||||
- delay: "00:00:25"
|
- delay: 00:00:25
|
||||||
- service: script.talk
|
- service: script.talk
|
||||||
data:
|
data:
|
||||||
message: "Here's some music to start the day!"
|
message: "Here's some music to start the day!"
|
||||||
- delay: "00:00:02"
|
- delay: 00:00:02
|
||||||
- service: media_player.select_source
|
- service: media_player.select_source
|
||||||
entity_id: media_player.master_bedroom
|
entity_id: media_player.master_bedroom
|
||||||
data:
|
data:
|
||||||
|
|||||||
Reference in New Issue
Block a user