From 7a63283562aae8f3bc7e92b9bbec271fbae26e9d Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Fri, 24 Jul 2020 15:49:44 +0200 Subject: [PATCH] Disable init system --- deconz/CHANGELOG.md | 4 ++++ deconz/config.json | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/deconz/CHANGELOG.md b/deconz/CHANGELOG.md index 65ce64e..36844c3 100644 --- a/deconz/CHANGELOG.md +++ b/deconz/CHANGELOG.md @@ -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 diff --git a/deconz/config.json b/deconz/config.json index faa8122..cde021c 100644 --- a/deconz/config.json +++ b/deconz/config.json @@ -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",