mirror of
https://github.com/aljazceru/addons.git
synced 2026-01-15 02:54:19 +01:00
24 lines
538 B
JSON
24 lines
538 B
JSON
{
|
|
"name": "Hey Ada!",
|
|
"version": "1.1.1",
|
|
"slug": "ada",
|
|
"description": "Voice assistant powered by Home Assistant",
|
|
"url": "https://github.com/home-assistant/hassio-addons/blob/master/ada",
|
|
"arch": ["armhf", "armv7", "amd64"],
|
|
"init": false,
|
|
"startup": "application",
|
|
"boot": "auto",
|
|
"audio": true,
|
|
"homeassistant": "0.102.0",
|
|
"homeassistant_api": true,
|
|
"options": {
|
|
"stt": "cloud",
|
|
"tts": "cloud"
|
|
},
|
|
"schema": {
|
|
"stt": "str",
|
|
"tts": "str"
|
|
},
|
|
"image": "homeassistant/{arch}-addon-ada"
|
|
}
|