2017-02-10 01:59:17 +00:00
|
|
|
######################################################################
|
2017-02-10 02:20:25 +00:00
|
|
|
## What did she say? REPEAT THE LAST MESSAGE.
|
2017-02-10 01:59:17 +00:00
|
|
|
######################################################################
|
2017-02-10 02:20:25 +00:00
|
|
|
- alias: 'tts_repeat'
|
2017-02-10 01:59:17 +00:00
|
|
|
|
|
|
|
trigger:
|
|
|
|
- platform: state
|
2017-02-10 02:44:42 +00:00
|
|
|
entity_id: input_boolean.last_message
|
2017-02-10 01:59:17 +00:00
|
|
|
state: 'on'
|
|
|
|
from: 'off'
|
|
|
|
|
|
|
|
action:
|
|
|
|
- service: script.Voice_notify
|
|
|
|
data_template:
|
2017-02-10 02:44:42 +00:00
|
|
|
value1: "{{states('sensor.polly_lastmsg')}}"
|