mirror of
https://github.com/aljazceru/addons.git
synced 2025-12-17 05:04:21 +01:00
Fix Ada API access
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
# Changelog
|
||||
|
||||
## 0.8
|
||||
|
||||
- Fix API url for access to Home Assistant
|
||||
|
||||
## 0.7
|
||||
|
||||
- Add missing options
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "Hey Ada!",
|
||||
"version": "0.7",
|
||||
"version": "0.8",
|
||||
"slug": "ada",
|
||||
"description": "Home Assistant featured voice assist",
|
||||
"url": "https://home-assistant.io/addons/ada/",
|
||||
|
||||
@@ -3,4 +3,4 @@
|
||||
STT=$(bashio::config 'stt')
|
||||
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