26 lines
778 B
YAML
Raw Normal View History

2017-02-15 01:34:50 +00:00
########## ############################################################
## Announce when people come or go.
## Announce over all Chromecast Audios
######################################################################
- alias: 'People Greeting'
trigger:
- platform: state
entity_id:
- device_tracker.carlo
- device_tracker.stacey
- device_tracker.franco
- device_tracker.yolanda
- device_tracker.joyce_ipad
from: 'not_home'
to: 'home'
2017-02-04 22:52:11 +00:00
for: '00:02:00'
action:
- service: script.Voice_notify
2017-02-04 22:52:11 +00:00
data_template:
value1: >
2017-02-15 01:34:50 +00:00
{% set person = trigger.entity_id.split('.')[1]|replace('_', ' ')%}
!include voice.macros
2017-02-15 01:34:50 +00:00
{{greeting_sentence(person)}}