* Fix TTS

* Update config.json
This commit is contained in:
Pascal Vizeli
2017-07-15 09:36:10 +02:00
committed by GitHub
parent afb64cdf83
commit 6b018c286d
2 changed files with 6 additions and 3 deletions

View File

@@ -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/",

View File

@@ -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"