Delay and cancellation scripts now turn off band practice, close #45

This commit is contained in:
2022-09-26 18:04:00 -04:00
parent 648bbaccf9
commit 5254caa336

View File

@ -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