mirror of
https://github.com/aljazceru/addons.git
synced 2026-01-26 08:18:05 +01:00
* snips: Prettier YAML files * snips: Move data files to data folder * snips: Update add-on URL * snips: Tweak documentation
33 lines
742 B
JSON
33 lines
742 B
JSON
{
|
|
"name": "Snips.AI",
|
|
"version": "6.1",
|
|
"slug": "snips",
|
|
"description": "Local voice control platform",
|
|
"url": "https://github.com/home-assistant/hassio-addons/tree/master/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"
|
|
}
|