You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
452 B
15 lines
452 B
######################################################################
|
|
## 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')}}" |