Skip to content

Commit

Permalink
Using new URL for almond (home-assistant#2120)
Browse files Browse the repository at this point in the history
  • Loading branch information
pvizeli authored Jul 19, 2021
1 parent 2d0dcf5 commit 7c6bced
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions almond/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion almond/config.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion almond/rootfs/etc/services.d/almond/register
Original file line number Diff line number Diff line change
Expand Up @@ -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}" \
Expand Down

0 comments on commit 7c6bced

Please sign in to comment.