mirror of
https://github.com/aljazceru/addons.git
synced 2026-01-07 23:34:20 +01:00
* 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
33 lines
716 B
JSON
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"
|
|
}
|