Changed announcement on reboot to respect studio quiet toggle
This commit is contained in:
@ -305,10 +305,18 @@
|
|||||||
data: {}
|
data: {}
|
||||||
- service: script.kallen_desktop_refresh
|
- service: script.kallen_desktop_refresh
|
||||||
data: {}
|
data: {}
|
||||||
- service: script.status_annc
|
- if:
|
||||||
data_template:
|
- condition: state
|
||||||
who: basement
|
entity_id: input_boolean.studio_quiet
|
||||||
call_ha_started: 1
|
state: 'off'
|
||||||
|
then:
|
||||||
|
- service: script.status_annc
|
||||||
|
data_template:
|
||||||
|
who: basement
|
||||||
|
call_ha_started: 1
|
||||||
|
else:
|
||||||
|
- stop: Studio has requested quiet, and Jarvis respects this
|
||||||
|
alias: Announce back online, unless studio has requested quiet
|
||||||
- if:
|
- if:
|
||||||
- condition: trigger
|
- condition: trigger
|
||||||
id: hass_stop
|
id: hass_stop
|
||||||
|
Reference in New Issue
Block a user