Files
addons/snips/config.json
Pascal Vizeli cd1e88665f Snips with new service API (#444)
* Snips with new service API

* Update Dockerfile

* Update run.sh

* Update config.json

* Update run.sh

* Update customtts.sh

* Update customtts.sh

* Update customtts.sh

* Update run.sh
2018-11-06 07:26:58 +01:00

33 lines
714 B
JSON

{
"name": "Snips.AI",
"version": "4",
"slug": "snips",
"description": "Local voice control platform",
"url": "https://home-assistant.io/addons/snips/",
"startup": "application",
"boot": "auto",
"arch": ["armhf", "amd64"],
"map": ["share"],
"tmpfs": "size=10m",
"audio": true,
"services": ["mqtt:need"],
"homeassistant_api": true,
"options": {
"assistant": "assistant.zip",
"language": "en",
"custom_tts": {
"active": false,
"platform": "amazon_polly"
}
},
"schema": {
"assistant": "str",
"language": "match(en|de|fr)",
"custom_tts": {
"active": "bool",
"platform": "str"
}
},
"image": "homeassistant/{arch}-addon-snips"
}