This commit is contained in:
Pascal Vizeli
2019-06-11 13:35:10 +02:00
4 changed files with 11 additions and 1 deletions

View File

@@ -1,5 +1,10 @@
# Changelog
## 2.6
- Adding missing dependencies of deconz
- Create otau storage directory on start
## 2.5
- Corrects error in installation instructions steps

View File

@@ -22,6 +22,9 @@ RUN apt-get update \
libqt5websockets5 \
libqt5widgets5 \
sqlite3 \
iputils-ping \
iproute2 \
wget \
&& rm -rf /var/lib/apt/lists/* \
&& if [ "${BUILD_ARCH}" = "armhf" ] || [ "${BUILD_ARCH}" = "aarch64" ]; \
then \

View File

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

View File

@@ -1,6 +1,8 @@
#!/usr/bin/env bashio
set -e
mkdir -p "/data/otau"
# shellcheck disable=SC1091
. /discovery.sh