From ce2215f109d4f4bbe4ff3091b81f3aac9c0ab132 Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Tue, 19 Nov 2019 23:20:33 +0100 Subject: [PATCH] Change startup type --- almond/CHANGELOG.md | 4 ++++ almond/config.json | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) 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,