From 6b018c286d5b322a12a8fcd6d0962a70714f7625 Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Sat, 15 Jul 2017 09:36:10 +0200 Subject: [PATCH] Fix TTS (#139) * Fix TTS * Update config.json --- snips/config.json | 2 +- snips/run.sh | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/snips/config.json b/snips/config.json index c0761af..9579e6b 100644 --- a/snips/config.json +++ b/snips/config.json @@ -1,6 +1,6 @@ { "name": "Snips.AI", - "version": "0.4.3", + "version": "0.4.3-p1", "slug": "snips", "description": "The first on-device voice platform", "url": "https://home-assistant.io/addons/snips/", diff --git a/snips/run.sh b/snips/run.sh index 057f8bc..83e2437 100644 --- a/snips/run.sh +++ b/snips/run.sh @@ -36,8 +36,11 @@ if [ "$MQTT_BRIDGE" == "true" ]; then echo "password $PASSWORD" } >> /etc/mosquitto.conf fi - - echo "topic # OUT" >> /etc/mosquitto.conf + + { + echo "topic # OUT" + echo "topic # IN hermes/ hermes/" + } >> /etc/mosquitto.conf fi echo "[Info] Start internal mqtt broaker"