Skip to content

Commit

Permalink
Update to TheengsGateway v0.6.6 -> Addon 1.3.2 (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
1technophile authored Dec 21, 2022
1 parent 35ad4ce commit 202b19f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions theengsgateway/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## [1.3.2]
Small maintenance release to fix a [bug](https://github.com/theengs/gateway/pull/84) when installing.

## [1.3.1]
Small maintenance release to align the decoder version between OpenMQTTGateway, the gateway and the app, and some minor changes.
## What's Changed
Expand Down
4 changes: 2 additions & 2 deletions theengsgateway/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
ARG BUILD_FROM
FROM $BUILD_FROM
LABEL io.hass.version="1.3.1" io.hass.type="addon" io.hass.arch="armv7|armhf|aarch64|i386|amd64"
LABEL io.hass.version="1.3.2" io.hass.type="addon" io.hass.arch="armv7|armhf|aarch64|i386|amd64"
RUN apt-get update && apt-get upgrade -y && \
apt-get install --no-install-recommends -y build-essential bluez python3-pip python3-dev && \
pip3 install --extra-index-url=https://www.piwheels.org/simple TheengsGateway==0.6.5
pip3 install --extra-index-url=https://www.piwheels.org/simple TheengsGateway==0.6.6
ENV current /root
ENV HOME $current
WORKDIR $current
Expand Down
2 changes: 1 addition & 1 deletion theengsgateway/config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "TheengsGateway",
"version": "1.3.1",
"version": "1.3.2",
"slug": "theengsgw",
"description": "TheengsGateway HA Add-on",
"url": "https://github.com/mihsu81/addon-theengsgw",
Expand Down

0 comments on commit 202b19f

Please sign in to comment.