Using new URL for almond (#2120)

This commit is contained in:
Pascal Vizeli
2021-07-19 22:40:56 +02:00
committed by GitHub
parent 2d0dcf524d
commit 7c6bced055
3 changed files with 6 additions and 2 deletions

View File

@@ -1,5 +1,9 @@
# Changelog # Changelog
## 2.0.1
- Fix url for API requests
## 2.0.0 ## 2.0.0
- Almond was updated to 2.0.0: this is a major release that - Almond was updated to 2.0.0: this is a major release that

View File

@@ -1,6 +1,6 @@
{ {
"name": "Almond", "name": "Almond",
"version": "2.0.0", "version": "2.0.1",
"slug": "almond", "slug": "almond",
"description": "The open-source, privacy-preserving voice assistant", "description": "The open-source, privacy-preserving voice assistant",
"url": "https://github.com/home-assistant/hassio-addons/blob/master/almond", "url": "https://github.com/home-assistant/hassio-addons/blob/master/almond",

View File

@@ -19,7 +19,7 @@ access_token_expires="$((
almond_config=$(\ almond_config=$(\
bashio::var.json \ bashio::var.json \
kind "io.home-assistant" \ kind "io.home-assistant" \
hassUrl "http://supervisor/homeassistant" \ hassUrl "http://supervisor/core" \
accessToken "${SUPERVISOR_TOKEN}" \ accessToken "${SUPERVISOR_TOKEN}" \
refreshToken "" \ refreshToken "" \
accessTokenExpires "^${access_token_expires}" \ accessTokenExpires "^${access_token_expires}" \