Files
addons/snips/config.json
Franck Nijhof c7899342a6 snips: Collection of small improvements (#914)
* snips: Prettier YAML files

* snips: Move data files to data folder

* snips: Update add-on URL

* snips: Tweak documentation
2019-12-19 13:16:11 +01:00

33 lines
742 B
JSON

{
"name": "Snips.AI",
"version": "6.1",
"slug": "snips",
"description": "Local voice control platform",
"url": "https://github.com/home-assistant/hassio-addons/tree/master/snips",
"arch": ["armhf", "amd64"],
"startup": "application",
"boot": "auto",
"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"
}