deCONZ: Update to v2.11.5 (#2006)

* Update to v2.11.5

* Version bump

* Update CHANGELOG.md
This commit is contained in:
Matthias Pfefferle
2021-05-17 22:01:15 +02:00
committed by GitHub
parent 4b7f3274bd
commit cabbbfe822
3 changed files with 6 additions and 2 deletions

View File

@@ -1,5 +1,9 @@
# Changelog # Changelog
## 6.9.0
- Bump deCONZ to 2.11.5
## 6.8.0 ## 6.8.0
- Bump deCONZ to 2.10.4 - Bump deCONZ to 2.10.4

View File

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

View File

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