mirror of
https://github.com/aljazceru/addons.git
synced 2026-01-08 07:44:25 +01:00
* ada: Fix documentation link * ada: Adjust source links in Dockerfile * ada: Update add-on documentation to match current state * ada: Bump add-on version to 0.9 * ada: Adjust URL to point to repository * ada: Format YAML with Prettier * ada: Short build.json
23 lines
518 B
JSON
23 lines
518 B
JSON
{
|
|
"name": "Hey Ada!",
|
|
"version": "0.9",
|
|
"slug": "ada",
|
|
"description": "Home Assistant featured voice assist",
|
|
"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"
|
|
}
|