Files
addons/snips/config.json
Pascal Vizeli 3b7b657f95 fix snips assistant (#223)
* fix snips assistant

* Update config.json

* Create CHANGELOG.md
2018-01-10 13:23:15 +01:00

41 lines
845 B
JSON

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