mirror of
https://github.com/aljazceru/addons.git
synced 2025-12-17 21:24:20 +01:00
Update deconz 2.05.59 (#524)
* Update deconz 2.05.59 * Add cache support
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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; \
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user