mirror of
https://github.com/aljazceru/addons.git
synced 2026-01-08 15:54:21 +01:00
* New Supervisor Hardware * Update more changelogs * fix version * Fix boot * fix application
22 lines
492 B
JSON
22 lines
492 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,
|
|
"audio": true,
|
|
"homeassistant": "0.102.0",
|
|
"homeassistant_api": true,
|
|
"options": {
|
|
"stt": "cloud",
|
|
"tts": "cloud"
|
|
},
|
|
"schema": {
|
|
"stt": "str",
|
|
"tts": "str"
|
|
},
|
|
"image": "homeassistant/{arch}-addon-ada"
|
|
}
|