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"],