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