mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-03-20 11:14:37 +00:00
Updates #459 - Enables Guest Mode Feedback.
This commit is contained in:
parent
4717e79b01
commit
4c7ee67992
24
config/automation/Speech/guest_mode.yaml
Executable file
24
config/automation/Speech/guest_mode.yaml
Executable file
@ -0,0 +1,24 @@
|
||||
########## ############################################################
|
||||
## Announce when people come or go.
|
||||
## Announce over all Chromecast Audios
|
||||
######################################################################
|
||||
- alias: 'Guest Mode Audio Feedback'
|
||||
|
||||
trigger:
|
||||
- platform: state
|
||||
entity_id:
|
||||
- input_boolean.guest_mode
|
||||
from: 'off'
|
||||
to: 'on'
|
||||
|
||||
action:
|
||||
- service: script.speech_engine
|
||||
data_template:
|
||||
value1: >
|
||||
{{ [
|
||||
"Guest Mode has been enabled for today."
|
||||
] | random }}
|
||||
call_responsibilities: 1
|
||||
call_no_announcement: 1
|
||||
call_garage_check: 1
|
||||
call_window_check: 1
|
Binary file not shown.
Before Width: | Height: | Size: 121 KiB After Width: | Height: | Size: 114 KiB |
Loading…
x
Reference in New Issue
Block a user