Files
addons/snips/config.json
Paul Romkes 8fd5d12bf8 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
2019-07-08 14:28:03 +02:00

33 lines
716 B
JSON

{
"name": "Snips.AI",
"version": "5.3",
"slug": "snips",
"description": "Local voice control platform",
"url": "https://home-assistant.io/addons/snips/",
"arch": ["armhf", "amd64"],
"startup": "application",
"boot": "auto",
"map": ["share"],
"tmpfs": "size=10m",
"audio": true,
"services": ["mqtt:need"],
"homeassistant_api": true,
"options": {
"assistant": "assistant.zip",
"language": "en",
"custom_tts": {
"active": false,
"platform": "amazon_polly"
}
},
"schema": {
"assistant": "str",
"language": "match(en|de|fr)",
"custom_tts": {
"active": "bool",
"platform": "str"
}
},
"image": "homeassistant/{arch}-addon-snips"
}