From 7d0c41d249fdd8b44ad94a301f6ed86696970098 Mon Sep 17 00:00:00 2001 From: Emanuel Winblad Date: Wed, 3 Jun 2020 18:28:48 +0200 Subject: [PATCH] Downgraded deCONZ as a possible solution to issues reported by several users. (#1375) --- deconz/CHANGELOG.md | 4 ++++ deconz/build.json | 2 +- deconz/config.json | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/deconz/CHANGELOG.md b/deconz/CHANGELOG.md index 90ce659..d81a8db 100644 --- a/deconz/CHANGELOG.md +++ b/deconz/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 5.3.5 + +- Downgrade deCONZ to 2.05.75, since it has been reported that 2.05.77, and possibly also 2.05.76, is causing issues for several users. + ## 5.3.4 - Bump deCONZ to 2.05.77 diff --git a/deconz/build.json b/deconz/build.json index 2cc445c..8741ee4 100644 --- a/deconz/build.json +++ b/deconz/build.json @@ -5,6 +5,6 @@ "armhf": "homeassistant/armhf-base-raspbian:stretch" }, "args": { - "DECONZ_VERSION": "2.05.77" + "DECONZ_VERSION": "2.05.75" } } diff --git a/deconz/config.json b/deconz/config.json index 2ae5684..1c9ef48 100644 --- a/deconz/config.json +++ b/deconz/config.json @@ -1,6 +1,6 @@ { "name": "deCONZ", - "version": "5.3.4", + "version": "5.3.5", "slug": "deconz", "description": "Control a Zigbee network with ConBee or RaspBee by Dresden Elektronik", "arch": ["amd64", "armhf", "aarch64"],