Additional audioServer topics created by Snips platform (#829)

* Additional audioServer topics created by Snips platform

* Bump version and update changelog
This commit is contained in:
Paul Romkes
2019-11-19 19:15:49 +01:00
committed by Franck Nijhof
parent cd366bb86b
commit 6e128c89a9
3 changed files with 8 additions and 1 deletions

View File

@@ -1,5 +1,10 @@
# Changelog
## 6.1
- set hermes/audioServer/+/playBytesStreaming/# to allow subscribing from other systems
- set hermes/audioServer/+/streamFinished to allow subscribing from other systems
## 6.0
- Updated to snips 0.64.0

View File

@@ -1,6 +1,6 @@
{
"name": "Snips.AI",
"version": "6.0",
"version": "6.1",
"slug": "snips",
"description": "Local voice control platform",
"url": "https://home-assistant.io/addons/snips/",

View File

@@ -63,6 +63,8 @@ if MQTT_CONFIG="$(curl -s -f -H "X-Hassio-Key: ${HASSIO_TOKEN}" http://hassio/se
echo "topic hermes/nlu/intentNotParsed out"
echo "topic hermes/audioServer/+/playBytes/# out"
echo "topic hermes/audioServer/+/playFinished out"
echo "topic hermes/audioServer/+/playBytesStreaming/# out"
echo "topic hermes/audioServer/+/streamFinished out"
echo "topic # IN hermes/"
) >> /etc/mosquitto.conf
else