Skip to content

Commit

Permalink
0.1.12
Browse files Browse the repository at this point in the history
  • Loading branch information
lolouk44 committed Nov 23, 2020
1 parent 9f2c912 commit c0d6fe2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions mi-scale/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [0.1.12] - 2020-11-23
### Changed
- Fixed workflow for automatic docker images building

## [0.1.11] - 2020-11-23
### Changed
- Remove additional logging for Scale V1 that was used for testing
Expand Down
2 changes: 1 addition & 1 deletion mi-scale/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM python:3.8-slim
LABEL io.hass.version="0.1.11" io.hass.type="addon" io.hass.arch="armhf|aarch64|i386|amd64"
LABEL io.hass.version="0.1.12" io.hass.type="addon" io.hass.arch="armhf|aarch64|i386|amd64"
WORKDIR /opt/miscale
COPY src /opt/miscale

Expand Down
2 changes: 1 addition & 1 deletion mi-scale/config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Xiaomi Mi Scale",
"version": "0.1.11",
"version": "0.1.12",
"slug": "xiaomi_mi_scale",
"description": "Read weight measurements from Xiamomi scale via BLE",
"url": "https://github.com/lolouk44/xiaomi_mi_scale_ha_add_on",
Expand Down

0 comments on commit c0d6fe2

Please sign in to comment.