Bump deCONZ to 2.05.78 (#1432)

This commit is contained in:
stickpin
2020-07-01 12:12:21 +02:00
committed by GitHub
parent d580606484
commit 00843bb407
3 changed files with 6 additions and 2 deletions

View File

@@ -1,5 +1,9 @@
# Changelog
## 5.3.6
- Bump deCONZ to 2.05.78
## 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.

View File

@@ -5,6 +5,6 @@
"armhf": "homeassistant/armhf-base-raspbian:stretch"
},
"args": {
"DECONZ_VERSION": "2.05.75"
"DECONZ_VERSION": "2.05.78"
}
}

View File

@@ -1,6 +1,6 @@
{
"name": "deCONZ",
"version": "5.3.5",
"version": "5.3.6",
"slug": "deconz",
"description": "Control a Zigbee network with ConBee or RaspBee by Dresden Elektronik",
"arch": ["amd64", "armhf", "aarch64"],