mirror of
https://github.com/aljazceru/addons.git
synced 2026-01-08 07:44:25 +01:00
* Adding snips-injection - Update dockerfile - Snips injection version print - Start snips-injection in run - Versionbump to 5.2 * remove backtick accident * Less run blocks * format change in snips dockerfile * Update CHANGELOG.md
33 lines
716 B
JSON
33 lines
716 B
JSON
{
|
|
"name": "Snips.AI",
|
|
"version": "5.2",
|
|
"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"
|
|
}
|