mirror of
https://github.com/aljazceru/addons.git
synced 2026-01-09 16:24:20 +01:00
49 lines
1007 B
JSON
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"
|
|
}
|