Delay and cancellation scripts now turn off band practice, close #45
This commit is contained in:
@ -570,6 +570,10 @@ kallen_two_hour_delay:
|
||||
data: {}
|
||||
target:
|
||||
entity_id: input_boolean.kallen_two_hour_delay
|
||||
- service: input_boolean.turn_off
|
||||
data: {}
|
||||
target:
|
||||
entity_id: input_boolean.kallen_band_practice
|
||||
- delay:
|
||||
hours: 0
|
||||
minutes: 0
|
||||
@ -609,6 +613,7 @@ kallen_school_cancelled:
|
||||
- input_boolean.school_early_release
|
||||
- input_boolean.school_today_extended
|
||||
- input_boolean.kallen_school
|
||||
- input_boolean.kallen_band_practice
|
||||
- delay:
|
||||
hours: 0
|
||||
minutes: 0
|
||||
|
Reference in New Issue
Block a user