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
|
||||
|
||||
## 0.7
|
||||
|
||||
- Change startup type to Application
|
||||
|
||||
## 0.6
|
||||
|
||||
- Fix issue with restart / Hass.io token handling
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user