deCONZ 2.7.1 (stable) (#1707)

* deCONZ 2.7.1 (stable)

* Change deconz_version
This commit is contained in:
Klaas Schoute
2020-12-09 17:21:41 +01:00
committed by GitHub
parent c81448d00d
commit 681bac2f7a
3 changed files with 6 additions and 2 deletions

View File

@@ -1,5 +1,9 @@
# Changelog
## 6.6.0
- Bump deCONZ to 2.7.1
## 6.5.0
- Bump deCONZ to 2.05.88

View File

@@ -5,6 +5,6 @@
"armhf": "homeassistant/armhf-base-raspbian:buster"
},
"args": {
"DECONZ_VERSION": "2.05.88"
"DECONZ_VERSION": "2.07.01"
}
}

View File

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