diff --git a/almond/CHANGELOG.md b/almond/CHANGELOG.md index 9a42463..a23b0a3 100644 --- a/almond/CHANGELOG.md +++ b/almond/CHANGELOG.md @@ -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 diff --git a/almond/config.json b/almond/config.json index 4e70c66..df66662 100644 --- a/almond/config.json +++ b/almond/config.json @@ -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", diff --git a/almond/rootfs/etc/services.d/almond/register b/almond/rootfs/etc/services.d/almond/register index d72d25b..d03215d 100755 --- a/almond/rootfs/etc/services.d/almond/register +++ b/almond/rootfs/etc/services.d/almond/register @@ -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}" \