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