diff --git a/almond/CHANGELOG.md b/almond/CHANGELOG.md index 0c4b7a9..bb6fc4e 100644 --- a/almond/CHANGELOG.md +++ b/almond/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 0.7 + +- Change startup type to Application + ## 0.6 - Fix issue with restart / Hass.io token handling diff --git a/almond/config.json b/almond/config.json index e159327..647a85e 100644 --- a/almond/config.json +++ b/almond/config.json @@ -1,11 +1,11 @@ { "name": "Almond", - "version": "0.6", + "version": "0.7", "slug": "almond", "description": "The home server version of Almond", "url": "https://home-assistant.io/addons/almond/", "arch": ["armv7", "aarch64", "amd64"], - "startup": "system", + "startup": "application", "boot": "auto", "discovery": ["almond"], "ingress": true,