Update deconz 2.05.59 (#524)

* Update deconz 2.05.59

* Add cache support
This commit is contained in:
Pascal Vizeli
2019-02-20 19:13:21 +01:00
committed by GitHub
parent 4bde63110c
commit d4d68d3b0f
4 changed files with 9 additions and 7 deletions

View File

@@ -1,5 +1,9 @@
# Changelog
## 1.4
- Bump deCONZ to 2.05.59
- Remove the fake aarch64 version in favor of new arch selector
## 1.3
- Bump deCONZ to 2.05.58
- Support now Firmware updates over the Phoscon UI

View File

@@ -1,10 +1,8 @@
ARG BUILD_FROM
FROM $BUILD_FROM
ARG BUILD_ARCH
ARG DECONZ_VERSION
# Install deCONZ dependencies
ARG BUILD_ARCH
RUN apt-get update \
&& apt-get install -y \
curl \
@@ -30,6 +28,7 @@ RUN apt-get update \
fi
# Install deCONZ
ARG DECONZ_VERSION
RUN if [ "${BUILD_ARCH}" = "armhf" ] || [ "${BUILD_ARCH}" = "aarch64" ]; \
then \
curl -q -L -o /deconz.deb https://www.dresden-elektronik.de/rpi/deconz/beta/deconz-${DECONZ_VERSION}-qt5.deb; \

View File

@@ -1,10 +1,9 @@
{
"build_from": {
"aarch64": "homeassistant/armhf-base-raspbian:stretch",
"amd64": "homeassistant/amd64-base-ubuntu:18.04",
"armhf": "homeassistant/armhf-base-raspbian:stretch"
},
"args": {
"DECONZ_VERSION": "2.05.58"
"DECONZ_VERSION": "2.05.59"
}
}

View File

@@ -1,9 +1,9 @@
{
"name": "deCONZ",
"version": "1.3",
"version": "1.4",
"slug": "deconz",
"description": "Control a ZigBee network with Conbee or RaspBee by Dresden Elektronik",
"arch": ["aarch64","amd64","armhf"],
"arch": ["amd64", "armhf"],
"url": "https://home-assistant.io/addons/deconz",
"startup": "system",
"boot": "auto",