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 # Changelog
## 0.7
- Change startup type to Application
## 0.6 ## 0.6
- Fix issue with restart / Hass.io token handling - Fix issue with restart / Hass.io token handling

View File

@@ -1,11 +1,11 @@
{ {
"name": "Almond", "name": "Almond",
"version": "0.6", "version": "0.7",
"slug": "almond", "slug": "almond",
"description": "The home server version of Almond", "description": "The home server version of Almond",
"url": "https://home-assistant.io/addons/almond/", "url": "https://home-assistant.io/addons/almond/",
"arch": ["armv7", "aarch64", "amd64"], "arch": ["armv7", "aarch64", "amd64"],
"startup": "system", "startup": "application",
"boot": "auto", "boot": "auto",
"discovery": ["almond"], "discovery": ["almond"],
"ingress": true, "ingress": true,