Update deconz V2_05_58 (#519)

* Update deconz V2_05_58

* Update CHANGELOG.md

* Update config.json
This commit is contained in:
Pascal Vizeli
2019-01-31 20:22:58 +01:00
committed by GitHub
parent 9f2d6102ce
commit 4bde63110c
3 changed files with 6 additions and 2 deletions

View File

@@ -1,5 +1,9 @@
# Changelog
## 1.3
- Bump deCONZ to 2.05.58
- Support now Firmware updates over the Phoscon UI
## 1.2
- Bump deCONZ to 2.05.57

View File

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

View File

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