From 7c6bced05534d9c8b5c60b4d3f36de0a3d892e9c Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Mon, 19 Jul 2021 22:40:56 +0200 Subject: [PATCH] Using new URL for almond (#2120) --- almond/CHANGELOG.md | 4 ++++ almond/config.json | 2 +- almond/rootfs/etc/services.d/almond/register | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/almond/CHANGELOG.md b/almond/CHANGELOG.md index 9a42463789e..a23b0a35902 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 4e70c665a2b..df666628dc1 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 d72d25b2c93..d03215d4bd5 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}" \