Update deCONZ to version 2.05.55 (#508)

* Update deCONZ to version 2.05.55

* Update config.json

* Update CHANGELOG.md
This commit is contained in:
kroimon
2019-01-18 13:30:43 +01:00
committed by Pascal Vizeli
parent 85d31f6237
commit 5e78babf0a
3 changed files with 5 additions and 2 deletions

View File

@@ -1,5 +1,8 @@
# Changelog
## 1.1
- Bump deCONZ to 2.05.55
## 1.0
- Initial release as Home Assistant core Add-on
- Bump deCONZ to 2.05.54

View File

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

View File

@@ -1,6 +1,6 @@
{
"name": "deCONZ",
"version": "1.0",
"version": "1.1",
"slug": "deconz",
"description": "Control a ZigBee network with Conbee or RaspBee by Dresden Elektronik",
"arch": ["aarch64","amd64","armhf"],