mirror of
https://github.com/aljazceru/addons.git
synced 2025-12-18 21:54:20 +01:00
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:
committed by
Franck Nijhof
parent
cd366bb86b
commit
6e128c89a9
@@ -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
|
||||
|
||||
@@ -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/",
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user