mirror of
https://github.com/aljazceru/addons.git
synced 2026-01-10 08:44:20 +01:00
23 lines
523 B
JSON
23 lines
523 B
JSON
{
|
|
"name": "Hey Ada!",
|
|
"version": "1.0",
|
|
"slug": "ada",
|
|
"description": "Voice assistant powered by Home Assistant",
|
|
"url": "https://github.com/home-assistant/hassio-addons/blob/master/ada",
|
|
"arch": ["armhf", "armv7", "amd64"],
|
|
"startup": "application",
|
|
"boot": "auto",
|
|
"audio": true,
|
|
"homeassistant": "0.102.0.dev",
|
|
"homeassistant_api": true,
|
|
"options": {
|
|
"stt": "cloud",
|
|
"tts": "cloud"
|
|
},
|
|
"schema": {
|
|
"stt": "str",
|
|
"tts": "str"
|
|
},
|
|
"image": "homeassistant/{arch}-addon-ada"
|
|
}
|