diff --git a/addon-dev/CHANGELOG.md b/addon-dev/CHANGELOG.md index 66cc0e0..6b22f9d 100644 --- a/addon-dev/CHANGELOG.md +++ b/addon-dev/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.1.28-2 + +**Quick fix for installation issue reported in mak-gitdev/ha_enoceanmqtt#122** + +**You are not required to upgrade to this version. The issue fixed only impacts new users/installations.** + ## 0.1.28-1 **Fix installation issue reported in mak-gitdev/ha_enoceanmqtt#106** diff --git a/addon-dev/Dockerfile b/addon-dev/Dockerfile index c4a938d..3589e54 100644 --- a/addon-dev/Dockerfile +++ b/addon-dev/Dockerfile @@ -13,8 +13,9 @@ RUN apk add --no-cache python3 py3-pip git && \ python3 -m pip install --upgrade pip && \ pip3 install pyyaml && \ pip3 install tinydb && \ + pip3 install paho-mqtt==1.6.1 && \ pip3 install git+https://github.com/mak-gitdev/enocean.git && \ - git clone https://github.com/embyt/enocean-mqtt.git && \ + git clone -b master --single-branch --depth 1 https://github.com/embyt/enocean-mqtt.git && \ cd enocean-mqtt && python3 setup.py develop && cd .. && \ if [ "${BUILD_VERSION}" = "head" ]; then \ echo "Installing from repository head" && \ diff --git a/addon-dev/config.yaml b/addon-dev/config.yaml index 1835706..5cd3b7b 100644 --- a/addon-dev/config.yaml +++ b/addon-dev/config.yaml @@ -1,7 +1,7 @@ name: "EnOcean MQTT (dev)" description: "EnOcean to MQTT bridge for Home Assistant" url: "https://github.com/mak-gitdev/HA_enoceanmqtt-addon" -version: "0.1.28-1" +version: "0.1.28-2" slug: "ha_enoceanmqtt_dev" stage: "experimental" init: false