Updates #459 - Enables Guest Mode Feedback.

This commit is contained in:
ccostan 2018-12-27 16:58:52 -05:00
parent 4717e79b01
commit 4c7ee67992
2 changed files with 24 additions and 0 deletions

View 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