This commit is contained in:
lolouk44 2020-11-23 23:36:10 +00:00
parent 9f2c912502
commit c0d6fe2447
3 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
## [0.1.12] - 2020-11-23
### Changed
- Fixed workflow for automatic docker images building
## [0.1.11] - 2020-11-23 ## [0.1.11] - 2020-11-23
### Changed ### Changed
- Remove additional logging for Scale V1 that was used for testing - Remove additional logging for Scale V1 that was used for testing

View File

@ -1,5 +1,5 @@
FROM python:3.8-slim 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 WORKDIR /opt/miscale
COPY src /opt/miscale COPY src /opt/miscale

View File

@ -1,6 +1,6 @@
{ {
"name": "Xiaomi Mi Scale", "name": "Xiaomi Mi Scale",
"version": "0.1.11", "version": "0.1.12",
"slug": "xiaomi_mi_scale", "slug": "xiaomi_mi_scale",
"description": "Read weight measurements from Xiamomi scale via BLE", "description": "Read weight measurements from Xiamomi scale via BLE",
"url": "https://github.com/lolouk44/xiaomi_mi_scale_ha_add_on", "url": "https://github.com/lolouk44/xiaomi_mi_scale_ha_add_on",