docs: update changelog and version to v0.1.4b1 (#428)

This commit is contained in:
Paul Shawn 2024-12-24 21:37:13 +08:00 committed by GitHub
parent 29b7489ac7
commit 6d978872e7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 12 additions and 1 deletions

View File

@ -1,5 +1,16 @@
# CHANGELOG # CHANGELOG
## v0.1.4b1
### Added
- Support devices filter, and device changed notify logical refinement. [#332](https://github.com/XiaoMi/ha_xiaomi_home/pull/332)
### Changed
- Readme amend HACS installation. [#404](https://github.com/XiaoMi/ha_xiaomi_home/pull/404)
### Fixed
- Fix unit_convert AttributeError, Change to catch all Exception. [#396](https://github.com/XiaoMi/ha_xiaomi_home/pull/396)
- Ignore undefined piid and keep processing following arguments. [#377](https://github.com/XiaoMi/ha_xiaomi_home/pull/377)
- Fix some type error, wrong use of any and Any. [#338](https://github.com/XiaoMi/ha_xiaomi_home/pull/338)
- Fix lumi.switch.acn040 identify service translation of zh-Hans [#412](https://github.com/XiaoMi/ha_xiaomi_home/pull/412)
## v0.1.4b0 ## v0.1.4b0
### Added ### Added
### Changed ### Changed

View File

@ -26,7 +26,7 @@
"psutil", "psutil",
"aiohttp[speedups]" "aiohttp[speedups]"
], ],
"version": "v0.1.4b0", "version": "v0.1.4b1",
"zeroconf": [ "zeroconf": [
"_miot-central._tcp.local." "_miot-central._tcp.local."
] ]