commit
e0cd8486eb
@ -0,0 +1,25 @@
|
|||||||
|
# CHANGELOG
|
||||||
|
|
||||||
|
## v0.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
|
||||||
|
|
||||||
|
## v0.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
|
||||||
|
|
||||||
|
## v0.1.0
|
||||||
|
### Added
|
||||||
|
- First version
|
||||||
|
### Changed
|
||||||
|
### Fixed
|
||||||
@ -1,6 +1,6 @@
|
|||||||
# Contribution Guidelines
|
# Contribution Guidelines
|
||||||
|
|
||||||
[English](./CONTRIBUTING.md) | [简体中文](./CONTRIBUTING_zh.md)
|
[English](./CONTRIBUTING.md) | [简体中文](./doc/CONTRIBUTING_zh.md)
|
||||||
|
|
||||||
Thank you for considering contributing to our project! We appreciate your efforts to make our project better.
|
Thank you for considering contributing to our project! We appreciate your efforts to make our project better.
|
||||||
|
|
||||||
@ -1,7 +0,0 @@
|
|||||||
# CHANGELOG
|
|
||||||
|
|
||||||
## 0.1.0
|
|
||||||
### Added
|
|
||||||
- first version
|
|
||||||
### Changed
|
|
||||||
### Fixed
|
|
||||||
Loading…
Reference in New Issue