doc: update change log and version

This commit is contained in:
topsworld 2024-12-18 20:39:48 +08:00
parent fec5d10f42
commit 2c37fb63ca
2 changed files with 19 additions and 1 deletions

View File

@ -25,7 +25,7 @@
"cryptography",
"psutil"
],
"version": "v0.1.0",
"version": "v0.1.2",
"zeroconf": [
"_miot-central._tcp.local."
]

View File

@ -1,5 +1,23 @@
# CHANGELOG
## 0.1.2
### Added
- Support Xiaomi Heater devices. https://github.com/XiaoMi/ha_xiaomi_home/issues/124 https://github.com/XiaoMi/ha_xiaomi_home/issues/117
- Language supports pt, pt-BR.
### Changed
- Adjust the minimum version of HASS core to 2024.4.4 and above versions.
### Fixed
## 0.1.1
### Added
### Changed
### Fixed
- fix humidifier trans rule. https://github.com/XiaoMi/ha_xiaomi_home/issues/59
- fix get homeinfo error. https://github.com/XiaoMi/ha_xiaomi_home/issues/22
- fix air-conditioner switch on. https://github.com/XiaoMi/ha_xiaomi_home/issues/37 https://github.com/XiaoMi/ha_xiaomi_home/issues/16
- fix invalid cover status. https://github.com/XiaoMi/ha_xiaomi_home/issues/11 https://github.com/XiaoMi/ha_xiaomi_home/issues/85
- water heater entity add STATE_OFF. https://github.com/XiaoMi/ha_xiaomi_home/issues/105 https://github.com/XiaoMi/ha_xiaomi_home/issues/17
## 0.1.0
### Added
- first version