Files
addons/snips/config.json
Pascal Vizeli 1f0f8a217c Snips update 0.4.9 (#176)
* Snips update 0.4.9

* Update config.json
2017-08-29 23:59:12 +02:00

41 lines
842 B
JSON

{
"name": "Snips.AI",
"version": "0.4.9",
"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"
}