Move reset_annc_switches to UI config
This commit is contained in:
@ -109,16 +109,6 @@ intent_script:
|
||||
################################
|
||||
|
||||
script:
|
||||
reset_annc_switches:
|
||||
sequence:
|
||||
- service: input_boolean.turn_off
|
||||
entity_id:
|
||||
- input_boolean.good_morning
|
||||
- input_boolean.daily_briefing
|
||||
- input_boolean.nightly_briefing
|
||||
- input_boolean.kallen_morning_briefing
|
||||
- input_boolean.kallen_nightly_briefing
|
||||
|
||||
kallen_nightly_briefing:
|
||||
alias: 'Kallen Nightly Briefing'
|
||||
sequence:
|
||||
|
15
scripts.yaml
15
scripts.yaml
@ -2899,3 +2899,18 @@ tony_tylenol:
|
||||
tag: kallen-night-meds
|
||||
icon: mdi:medication
|
||||
mode: restart
|
||||
reset_annc_switches:
|
||||
alias: Reset Announcement Switches
|
||||
sequence:
|
||||
- service: input_boolean.turn_off
|
||||
target:
|
||||
entity_id:
|
||||
- input_boolean.good_morning
|
||||
- input_boolean.daily_briefing
|
||||
- input_boolean.nightly_briefing
|
||||
- input_boolean.kallen_morning_briefing
|
||||
- input_boolean.kallen_nightly_briefing
|
||||
- input_boolean.basement_briefing
|
||||
data: {}
|
||||
mode: single
|
||||
icon: mdi:bullhorn-outline
|
||||
|
Reference in New Issue
Block a user