Skip to content

Commit

Permalink
Version 0.1.28-2
Browse files Browse the repository at this point in the history
Quick fix for installation issue reported in mak-gitdev/HA_enoceanmqtt#122
  • Loading branch information
mak-gitdev committed Jan 27, 2024
1 parent a4a01d7 commit 958ab13
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
6 changes: 6 additions & 0 deletions addon-dev/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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**
Expand Down
3 changes: 2 additions & 1 deletion addon-dev/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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" && \
Expand Down
2 changes: 1 addition & 1 deletion addon-dev/config.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 958ab13

Please sign in to comment.