Disable init system

This commit is contained in:
Pascal Vizeli
2020-07-24 15:49:44 +02:00
parent d0fbf36bb9
commit 7a63283562
2 changed files with 6 additions and 1 deletions

View File

@@ -1,5 +1,9 @@
# Changelog
## 6.1.2
- Disable default init system
## 6.1.1
- Fix LEDVANCE / OSRAM otau firmware downloader to restart each 65 seconds

View File

@@ -1,12 +1,13 @@
{
"name": "deCONZ",
"version": "6.1.1",
"version": "6.1.2",
"slug": "deconz",
"description": "Control a Zigbee network with ConBee or RaspBee by Dresden Elektronik",
"arch": ["amd64", "armhf", "aarch64"],
"url": "https://github.com/home-assistant/hassio-addons/tree/master/deconz",
"startup": "services",
"boot": "auto",
"init": false,
"ingress": true,
"ingress_entry": "pwa/index.html",
"panel_icon": "mdi:zigbee",