mirror of
https://github.com/aljazceru/addons.git
synced 2025-12-17 13:14:21 +01:00
Change startup type
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user