mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-02-18 23:36:11 +00:00
15 lines
452 B
YAML
Executable File
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')}}" |