15 lines
457 B
YAML
Raw Normal View History

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