mirror of
https://github.com/GeorgeSG/sarah.git
synced 2026-06-15 17:12:59 +00:00
Remove continue_on_error
This commit is contained in:
@@ -1,7 +1,6 @@
|
|||||||
script:
|
script:
|
||||||
routine_bedroom_bedtime:
|
routine_bedroom_bedtime:
|
||||||
alias: Routine · Bedroom · Bedtime
|
alias: Routine · Bedroom · Bedtime
|
||||||
continue_on_error: true
|
|
||||||
sequence:
|
sequence:
|
||||||
- service: sonos.unjoin
|
- service: sonos.unjoin
|
||||||
entity_id:
|
entity_id:
|
||||||
|
|||||||
@@ -7,7 +7,6 @@ input_boolean:
|
|||||||
script:
|
script:
|
||||||
routine_coming_home:
|
routine_coming_home:
|
||||||
alias: Routine · Coming home
|
alias: Routine · Coming home
|
||||||
continue_on_error: true
|
|
||||||
sequence:
|
sequence:
|
||||||
- service: input_select.select_option
|
- service: input_select.select_option
|
||||||
entity_id: input_select.hallway_dashboard_mode
|
entity_id: input_select.hallway_dashboard_mode
|
||||||
@@ -58,13 +57,12 @@ script:
|
|||||||
routine_coming_home_after_sunset:
|
routine_coming_home_after_sunset:
|
||||||
alias: Routine · Coming home · After sunset
|
alias: Routine · Coming home · After sunset
|
||||||
sequence:
|
sequence:
|
||||||
- condition: or
|
- or:
|
||||||
conditions:
|
- condition: sun
|
||||||
- condition: sun
|
after: sunset
|
||||||
after: sunset
|
after_offset: "-01:00:00"
|
||||||
after_offset: "-01:00:00"
|
- condition: sun
|
||||||
- condition: sun
|
before: sunrise
|
||||||
before: sunrise
|
|
||||||
- service: notify.telegram
|
- service: notify.telegram
|
||||||
data:
|
data:
|
||||||
title: "🏠 *Presence Module · Coming Home*"
|
title: "🏠 *Presence Module · Coming Home*"
|
||||||
|
|||||||
@@ -1,7 +1,6 @@
|
|||||||
script:
|
script:
|
||||||
bedroom_good_night:
|
bedroom_good_night:
|
||||||
alias: Routine · Bedroom · Going to sleep
|
alias: Routine · Bedroom · Going to sleep
|
||||||
continue_on_error: true
|
|
||||||
sequence:
|
sequence:
|
||||||
- service: sonos.unjoin
|
- service: sonos.unjoin
|
||||||
entity_id: media_player.master_bedroom
|
entity_id: media_player.master_bedroom
|
||||||
|
|||||||
@@ -1,7 +1,6 @@
|
|||||||
script:
|
script:
|
||||||
routine_leaving_home:
|
routine_leaving_home:
|
||||||
alias: Routine · Leaving home
|
alias: Routine · Leaving home
|
||||||
continue_on_error: true
|
|
||||||
sequence:
|
sequence:
|
||||||
|
|
||||||
- service: homeassistant.turn_off
|
- service: homeassistant.turn_off
|
||||||
|
|||||||
@@ -1,7 +1,6 @@
|
|||||||
script:
|
script:
|
||||||
routine_waking_up:
|
routine_waking_up:
|
||||||
alias: Routine · Waking up
|
alias: Routine · Waking up
|
||||||
continue_on_error: true
|
|
||||||
sequence:
|
sequence:
|
||||||
- service: light.turn_on
|
- service: light.turn_on
|
||||||
entity_id: light.hallway
|
entity_id: light.hallway
|
||||||
|
|||||||
Reference in New Issue
Block a user