Update deconz to 2.05.57 (#512)

* Update deconz to 2.05.57

* Update CHANGELOG.md

* Update config.json
This commit is contained in:
Pascal Vizeli
2019-01-22 21:57:50 +01:00
committed by GitHub
parent f550d6dce7
commit 705c0b4d01
3 changed files with 5 additions and 2 deletions

View File

@@ -1,5 +1,8 @@
# Changelog # Changelog
## 1.2
- Bump deCONZ to 2.05.57
## 1.1 ## 1.1
- Bump deCONZ to 2.05.55 - Bump deCONZ to 2.05.55

View File

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

View File

@@ -1,6 +1,6 @@
{ {
"name": "deCONZ", "name": "deCONZ",
"version": "1.1", "version": "1.2",
"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": ["aarch64","amd64","armhf"], "arch": ["aarch64","amd64","armhf"],