mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-11-07 01:52:11 +00:00
Add MQTT Repeat Function to Voice TTS.
This commit is contained in:
@@ -59,6 +59,12 @@ voice_notify:
|
||||
0.25
|
||||
{% endif %}
|
||||
|
||||
- service: mqtt.publish
|
||||
data_template:
|
||||
payload: '{{ value1 }}"'
|
||||
topic: 'polly/lastmsg'
|
||||
retain: true
|
||||
|
||||
- service: tts.amazon_polly_say
|
||||
entity_id: media_player.livingroomCC
|
||||
data_template:
|
||||
|
||||
Reference in New Issue
Block a user