mirror of
https://github.com/aljazceru/addons.git
synced 2025-12-17 05:04:21 +01:00
Using new URL for almond (#2120)
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
# Changelog
|
||||
|
||||
## 2.0.1
|
||||
|
||||
- Fix url for API requests
|
||||
|
||||
## 2.0.0
|
||||
|
||||
- Almond was updated to 2.0.0: this is a major release that
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "Almond",
|
||||
"version": "2.0.0",
|
||||
"version": "2.0.1",
|
||||
"slug": "almond",
|
||||
"description": "The open-source, privacy-preserving voice assistant",
|
||||
"url": "https://github.com/home-assistant/hassio-addons/blob/master/almond",
|
||||
|
||||
@@ -19,7 +19,7 @@ access_token_expires="$((
|
||||
almond_config=$(\
|
||||
bashio::var.json \
|
||||
kind "io.home-assistant" \
|
||||
hassUrl "http://supervisor/homeassistant" \
|
||||
hassUrl "http://supervisor/core" \
|
||||
accessToken "${SUPERVISOR_TOKEN}" \
|
||||
refreshToken "" \
|
||||
accessTokenExpires "^${access_token_expires}" \
|
||||
|
||||
Reference in New Issue
Block a user