Adding in Repeat Function for TTS via MQTT.

This commit is contained in:
CCOSTAN
2017-02-10 01:59:17 +00:00
parent 9f49b5d646
commit ab7e64abd6
3 changed files with 24 additions and 1 deletions

View File

@@ -61,7 +61,7 @@ voice_notify:
- service: mqtt.publish
data_template:
payload: '{{ value1 }}"'
payload: '{{ value1 }}'
topic: 'polly/lastmsg'
retain: true