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"