Files
addons/snips/config.json
Pascal Vizeli 334158fcaf Fix match
2018-05-10 12:37:20 +02:00

49 lines
1007 B
JSON

{
"name": "Snips.AI",
"version": "3.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"],
"tmpfs": "size=10m",
"audio": true,
"homeassistant_api": true,
"options": {
"mqtt_bridge": {
"active": true,
"host": "core-mosquitto",
"port": 1883,
"user": "",
"password": ""
},
"assistant": "assistant.zip",
"language": "en",
"custom_tts": {
"active": false,
"platform": "amazon_polly"
}
},
"schema": {
"mqtt_bridge": {
"active": "bool",
"host": "str",
"port": "port",
"user": "str",
"password": "str"
},
"assistant": "str",
"language": "match(en|de|fr)",
"custom_tts": {
"active": "bool",
"platform": "str"
}
},
"image": "homeassistant/{arch}-addon-snips"
}