mirror of
https://github.com/aljazceru/addons.git
synced 2025-12-17 13:14:21 +01:00
Fix Ada API access
This commit is contained in:
@@ -1,5 +1,9 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 0.8
|
||||||
|
|
||||||
|
- Fix API url for access to Home Assistant
|
||||||
|
|
||||||
## 0.7
|
## 0.7
|
||||||
|
|
||||||
- Add missing options
|
- Add missing options
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "Hey Ada!",
|
"name": "Hey Ada!",
|
||||||
"version": "0.7",
|
"version": "0.8",
|
||||||
"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/",
|
||||||
|
|||||||
@@ -3,4 +3,4 @@
|
|||||||
STT=$(bashio::config 'stt')
|
STT=$(bashio::config 'stt')
|
||||||
TTS=$(bashio::config 'tts')
|
TTS=$(bashio::config 'tts')
|
||||||
|
|
||||||
exec python3 -m ada --url "http://hassio/homeassistant" --key "$HASSIO_TOKEN" --stt "$STT" --tts "$TTS"
|
exec python3 -m ada --url "http://hassio/homeassistant/api" --key "$HASSIO_TOKEN" --stt "$STT" --tts "$TTS"
|
||||||
|
|||||||
Reference in New Issue
Block a user