almond: tag the Home Assistant skill as hassio-configured (#844)

* almond: tag the Home Assistant skill as hassio-configured

Which triggers the correct behavior on the Almond-side wrt temporary
access tokens

* Update config.json

* Update CHANGELOG.md
This commit is contained in:
Giovanni Campagna
2019-11-19 11:49:31 -08:00
committed by Pascal Vizeli
parent 6e128c89a9
commit 96c8f1fe3b
3 changed files with 7 additions and 2 deletions

View File

@@ -1,5 +1,9 @@
# Changelog
## 0.6
- Fix issue with restart / Hass.io token handling
## 0.5
- Update Almond to 1.7.1
@@ -19,4 +23,4 @@
## 0.1
- Initial version
- Initial version

View File

@@ -1,6 +1,6 @@
{
"name": "Almond",
"version": "0.5",
"version": "0.6",
"slug": "almond",
"description": "The home server version of Almond",
"url": "https://home-assistant.io/addons/almond/",

View File

@@ -15,6 +15,7 @@ almond_config=$(\
accessToken "${HASSIO_TOKEN}" \
refreshToken "" \
accessTokenExpires "^${TOKEN_VALID}" \
isHassio "^true" \
)
# HA Discovery