Change startup type

This commit is contained in:
Pascal Vizeli
2019-11-19 23:20:33 +01:00
parent 96c8f1fe3b
commit ce2215f109
2 changed files with 6 additions and 2 deletions

View File

@@ -1,5 +1,9 @@
# Changelog
## 0.7
- Change startup type to Application
## 0.6
- Fix issue with restart / Hass.io token handling

View File

@@ -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,