2017-02-11 05:50:53 +00:00

15 lines
452 B
YAML
Executable File

######################################################################
## What did she say? REPEAT THE LAST MESSAGE.
######################################################################
- alias: 'tts_repeat'
trigger:
- platform: state
entity_id: input_boolean.last_message
state: 'on'
from: 'off'
action:
- service: script.Voice_notify
data_template:
value1: "{{states('sensor.polly_lastmsg')}}"