0.1.9
This commit is contained in:
parent
fcf0df3b32
commit
efaa8c5ed4
@ -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)
|
||||||
|
@ -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",
|
||||||
|
Loading…
Reference in New Issue
Block a user