mirror of
https://github.com/GeorgeSG/sarah.git
synced 2026-06-21 10:57:43 +00:00
Add delay before morning routine to allow stop to work
This commit is contained in:
@@ -8,6 +8,8 @@ script:
|
||||
- service: media_player.media_stop
|
||||
entity_id: media_player.master_bedroom
|
||||
|
||||
- delay: 00:00:01
|
||||
|
||||
- service: script.routine_morning_briefing
|
||||
- wait_template: "{{ is_state('input_boolean.sarah_talking', 'off') }}"
|
||||
timeout: 00:02:00
|
||||
@@ -42,7 +44,8 @@ script:
|
||||
}}
|
||||
- !include ../../templates/partials/master_bedroom_climate.yaml
|
||||
- !include ../../templates/partials/outside_forecast.yaml
|
||||
- !include ../../templates/partials/light_check.yaml
|
||||
# FIXME: there are more light entities than lights. This count doesn't work
|
||||
# - !include ../../templates/partials/light_check.yaml
|
||||
- !include ../../templates/partials/window_check.yaml
|
||||
- !include ../../templates/partials/window_suggestions.yaml
|
||||
- !include ../../templates/partials/iss.yaml
|
||||
|
||||
Reference in New Issue
Block a user