Add the hotword detected toptic to out, following https://docs.snips.… (#622)

* Add the hotword detected toptic to out, following https://docs.snips.ai/reference/hermes

* Updated to 0.63.2 and pinned that version in dockerfile.
Added hotword detected topic to out

* Fix arguments

* add image entry

* Add audio-server to version list

* fix packeges installed

* Revert file permissions

* 755 executables

* 755 shell scripts
This commit is contained in:
Paul Romkes
2019-07-08 14:28:03 +02:00
committed by Pascal Vizeli
parent 6af0f83c55
commit 8fd5d12bf8
4 changed files with 17 additions and 5 deletions

View File

@@ -1,5 +1,10 @@
# Changelog
## 5.3
- Updated to snips 0.63.2
- Pinned docker version to 0.63.2
- set hermes/hotword/+/detected out to allow subscribing from other systems
## 5.2
- Updated to snips 0.62.3
- Add snips-injection

View File

@@ -29,10 +29,16 @@ RUN apt-get update \
RUN apt-get update \
&& apt-get install -y --no-install-recommends \
snips-platform-voice \
snips-asr \
snips-injection \
snips-watch \
snips-platform-voice=0.63.2 \
snips-asr=0.63.2 \
snips-injection=0.63.2 \
snips-watch=0.63.2 \
mosquitto \
snips-audio-server=0.63.2 \
snips-dialogue=0.63.2 \
snips-hotword=0.63.2 \
snips-nlu=0.63.2 \
snips-tts=0.63.2 \
&& rm -rf /var/lib/apt/lists/* \
&& curl -L -o /assistant_Hass_de.zip https://s3.amazonaws.com/hassio-addons-data/assistant_Hass_de.zip \
&& curl -L -o /assistant_Hass_en.zip https://s3.amazonaws.com/hassio-addons-data/assistant_Hass_en.zip \

View File

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

View File

@@ -57,6 +57,7 @@ if MQTT_CONFIG="$(curl -s -f -H "X-Hassio-Key: ${HASSIO_TOKEN}" http://hassio/se
echo "topic hermes/intent/# out"
echo "topic hermes/hotword/toggleOn out"
echo "topic hermes/hotword/toggleOff out"
echo "topic hermes/hotword/+/detected out"
echo "topic hermes/asr/stopListening out"
echo "topic hermes/asr/startListening out"
echo "topic hermes/nlu/intentNotParsed out"