Files
addons/snips/config.json
Tod Schmidt d9ab42bc83 Version Change Only - Snips 0.60.1 (#458)
* 0.58.2

* 0.58.2

* rebase

* rebase

* 0.58.3

* 0.58.3

* cleanup

* updated version

* Fix version - push files to s3

* Fix log string

* Update snips/CHANGELOG.md

Co-Authored-By: tschmidty69 <tschmidty@yahoo.com>

* Ugh, changed docker hub

* added resolv.conf

* Removed nameserver

* Update CHANGELOG.md

* Update config.json
2018-12-13 11:06:38 +01:00

33 lines
716 B
JSON

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