mirror of
https://github.com/aljazceru/addons.git
synced 2026-01-10 08:44:20 +01:00
* Update snips to latest version * Update config.json * Update build.json * Update Dockerfile * Update Dockerfile
41 lines
842 B
JSON
41 lines
842 B
JSON
{
|
|
"name": "Snips.AI",
|
|
"version": "0.5.4",
|
|
"slug": "snips",
|
|
"description": "Local voice control platform",
|
|
"url": "https://home-assistant.io/addons/snips/",
|
|
"startup": "application",
|
|
"boot": "auto",
|
|
"arch": ["armhf", "amd64"],
|
|
"ports": {
|
|
"1883/tcp": 9898
|
|
},
|
|
"map": ["share"],
|
|
"devices": ["/dev/snd:/dev/snd:rwm"],
|
|
"options": {
|
|
"mqtt_bridge": {
|
|
"active": false,
|
|
"host": "172.17.0.1",
|
|
"port": 1883,
|
|
"user": "",
|
|
"password": ""
|
|
},
|
|
"mic": "0,0",
|
|
"speaker": "1,0",
|
|
"assistant": "assistant.zip"
|
|
},
|
|
"schema": {
|
|
"mqtt_bridge": {
|
|
"active": "bool",
|
|
"host": "str",
|
|
"port": "port",
|
|
"user": "str",
|
|
"password": "str"
|
|
},
|
|
"mic": "str",
|
|
"speaker": "str",
|
|
"assistant": "str"
|
|
},
|
|
"image": "homeassistant/{arch}-addon-snips"
|
|
}
|