mirror of
https://github.com/aljazceru/addons.git
synced 2025-12-19 06:04:21 +01:00
Fix missing options for ada
This commit is contained in:
@@ -1,5 +1,9 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 0.7
|
||||||
|
|
||||||
|
- Add missing options
|
||||||
|
|
||||||
## 0.6
|
## 0.6
|
||||||
|
|
||||||
- Update Ada to 0.7
|
- Update Ada to 0.7
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "Hey Ada!",
|
"name": "Hey Ada!",
|
||||||
"version": "0.6",
|
"version": "0.7",
|
||||||
"slug": "ada",
|
"slug": "ada",
|
||||||
"description": "Home Assistant featured voice assist",
|
"description": "Home Assistant featured voice assist",
|
||||||
"url": "https://home-assistant.io/addons/ada/",
|
"url": "https://home-assistant.io/addons/ada/",
|
||||||
@@ -11,8 +11,12 @@
|
|||||||
"homeassistant": "0.102.0.dev",
|
"homeassistant": "0.102.0.dev",
|
||||||
"homeassistant_api": true,
|
"homeassistant_api": true,
|
||||||
"options": {
|
"options": {
|
||||||
|
"stt": "cloud",
|
||||||
|
"tts": "cloud"
|
||||||
},
|
},
|
||||||
"schema": {
|
"schema": {
|
||||||
|
"stt": "str",
|
||||||
|
"tts": "str"
|
||||||
},
|
},
|
||||||
"image": "homeassistant/{arch}-addon-ada"
|
"image": "homeassistant/{arch}-addon-ada"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -13,12 +13,8 @@
|
|||||||
"homeassistant": "0.102.0.dev",
|
"homeassistant": "0.102.0.dev",
|
||||||
"homeassistant_api": true,
|
"homeassistant_api": true,
|
||||||
"options": {
|
"options": {
|
||||||
"stt": "cloud",
|
|
||||||
"tts": "cloud"
|
|
||||||
},
|
},
|
||||||
"schema": {
|
"schema": {
|
||||||
"stt": "str",
|
|
||||||
"tts": "str"
|
|
||||||
},
|
},
|
||||||
"image": "homeassistant/{arch}-addon-almond"
|
"image": "homeassistant/{arch}-addon-almond"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user