This commit is contained in:
lolouk44 2020-09-08 22:33:57 +01:00
parent fcf0df3b32
commit efaa8c5ed4
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
## [0.1.9] - 2020-09-08
### Changed
- Fixed typo in MQTT message following the **breaking change** to snake_case attributes in 0.1.8
## [0.1.8] - 2020-09-08 ## [0.1.8] - 2020-09-08
### Breaking Changes ### Breaking Changes
- Attributes are now snake_case (fixes https://github.com/lolouk44/xiaomi_mi_scale/issues/24) - Attributes are now snake_case (fixes https://github.com/lolouk44/xiaomi_mi_scale/issues/24)

View File

@ -1,6 +1,6 @@
{ {
"name": "Xiaomi Mi Scale", "name": "Xiaomi Mi Scale",
"version": "0.1.8", "version": "0.1.9",
"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",