Files
addons/snips/config.json
Pascal Vizeli b21cc716d3 Update Snips to version 0.53.17 (#270)
* Update build.json

* Update CHANGELOG.md

* Update config.json
2018-03-25 23:52:30 +02:00

41 lines
820 B
JSON

{
"name": "Snips.AI",
"version": "1.0",
"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"],
"audio": true,
"options": {
"mqtt_bridge": {
"active": true,
"host": "core-mosquitto",
"port": 1883,
"user": "",
"password": ""
},
"mic": "1,0",
"speaker": "0,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"
}