Skip to content

Commit

Permalink
Update to TheengsGateway v0.8.0 Addon --> v1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
1technophile committed Jan 29, 2023
1 parent 53bce65 commit 1be65a0
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 3 deletions.
18 changes: 18 additions & 0 deletions theengsgateway/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
## [1.5.0]
## What's Changed
* Generalized time synchronization support for more clocks by @koenvervloesem in https://github.com/theengs/gateway/pull/91
* [CI] Fix poetry error on isort by @1technophile in https://github.com/theengs/gateway/pull/94
* Bump TheengsDecoder to 1.1.0 by @1technophile in https://github.com/theengs/gateway/pull/93
* LYWSD03MMC negative temp fix by @DigiH in https://github.com/theengs/decoder/pull/269
* MHO-C401 fix by @DigiH in https://github.com/theengs/decoder/pull/259
* MAC model condition introduction by @DigiH in https://github.com/theengs/decoder/pull/263
* SwitchBot Curtain fix by @DigiH in https://github.com/theengs/decoder/pull/268

New BLE devices support:
|Devices|Model|Measurements|
|-|:-:|:-:|
| BlueCharm|BC08|acceleration x/y/z-axis/voltage/temperature|
| Jaalee|JHT F525|temperature/humidity/battery|

**Full Changelog**: https://github.com/theengs/gateway/compare/v0.7.0...v0.8.0

## [1.4.0]
More than 10 new devices supported !

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.4.0" io.hass.type="addon" io.hass.arch="armv7|armhf|aarch64|i386|amd64"
LABEL io.hass.version="1.5.0" 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.7.0
pip3 install --extra-index-url=https://www.piwheels.org/simple TheengsGateway==0.8.0
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.4.0",
"version": "1.5.0",
"slug": "theengsgw",
"description": "TheengsGateway HA Add-on",
"url": "https://github.com/mihsu81/addon-theengsgw",
Expand Down

0 comments on commit 1be65a0

Please sign in to comment.