mirror of
https://github.com/aljazceru/addons.git
synced 2025-12-17 05:04:21 +01:00
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:
committed by
Pascal Vizeli
parent
6e128c89a9
commit
96c8f1fe3b
@@ -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
|
||||
|
||||
@@ -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/",
|
||||
|
||||
@@ -15,6 +15,7 @@ almond_config=$(\
|
||||
accessToken "${HASSIO_TOKEN}" \
|
||||
refreshToken "" \
|
||||
accessTokenExpires "^${TOKEN_VALID}" \
|
||||
isHassio "^true" \
|
||||
)
|
||||
|
||||
# HA Discovery
|
||||
|
||||
Reference in New Issue
Block a user