Bunp deCONZ version to 2.09.03 (#1841)

This commit is contained in:
Klaas Schoute
2021-02-11 11:04:19 +01:00
committed by GitHub
parent d854c82de4
commit 020e4873fb
3 changed files with 6 additions and 2 deletions

View File

@@ -1,5 +1,9 @@
# Changelog
## 6.7.0
- Bump deCONZ to 2.9.3
## 6.6.5
- Update hardware configuration for Supervisor 2021.02.5

View File

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

View File

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