mirror of
https://github.com/GeorgeSG/sarah.git
synced 2026-06-15 17:12:59 +00:00
More continue on error
This commit is contained in:
@@ -7,6 +7,7 @@ input_boolean:
|
||||
script:
|
||||
routine_coming_home:
|
||||
alias: Routine · Coming home
|
||||
continue_on_error: true
|
||||
sequence:
|
||||
- service: input_select.select_option
|
||||
entity_id: input_select.hallway_dashboard_mode
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
script:
|
||||
bedroom_good_night:
|
||||
alias: Routine · Bedroom · Going to sleep
|
||||
continue_on_error: true
|
||||
sequence:
|
||||
- service: sonos.unjoin
|
||||
entity_id: media_player.master_bedroom
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
script:
|
||||
routine_leaving_home:
|
||||
alias: Routine · Leaving home
|
||||
continue_on_error: true
|
||||
sequence:
|
||||
|
||||
- service: homeassistant.turn_off
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
script:
|
||||
routine_waking_up:
|
||||
alias: Routine · Waking up
|
||||
continue_on_error: true
|
||||
sequence:
|
||||
- service: light.turn_on
|
||||
entity_id: light.hallway
|
||||
|
||||
Reference in New Issue
Block a user