Fix missing options for ada

This commit is contained in:
Pascal Vizeli
2019-11-22 00:03:42 +01:00
parent 0c083d4f96
commit f0ca62bfde
3 changed files with 9 additions and 5 deletions

View File

@@ -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

View File

@@ -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"
} }

View File

@@ -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"
} }