Files
addons/snips/config.json
Andreas Jacobsen 4f472eacf1 Update snips to latest version (#185)
* Update snips to latest version

* Update config.json

* Update build.json

* Update Dockerfile

* Update Dockerfile
2017-10-06 17:30:18 +02:00

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"
}