From 7abc20dcb59a4afd31ac27b96196d04d317c3b17 Mon Sep 17 00:00:00 2001 From: Li Shuzhen Date: Tue, 11 Nov 2025 09:12:55 +0800 Subject: [PATCH] docs: update changelog and version to v0.4.4 (#1497) --- CHANGELOG.md | 9 +++++++++ custom_components/xiaomi_home/manifest.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1093ab5..19dcf1c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,13 @@ # CHANGELOG +## v0.4.4 +### Added +- Add Turkish language support. [#1468](https://github.com/XiaoMi/ha_xiaomi_home/pull/1468) +### Fixed +- Stop MQTT internal loop immediately when main loop is closed. [#1465](https://github.com/XiaoMi/ha_xiaomi_home/pull/1465) +- Fix the float value precision. [#1485](https://github.com/XiaoMi/ha_xiaomi_home/pull/1485) +- Fix the climate entity swing mode setting. [#1486](https://github.com/XiaoMi/ha_xiaomi_home/pull/1486) +- Fix the MIoT-Spec-V2 of cykj.hood.jyj22 urn version 4, lumi.motion.bmgl01 siid=2 piid=2 value-list, ykcn.valve.cbcs power property value unit, ainice.sensor_occupy.3b people-number property and qdhkl.airc.a42 hvac mode. [#1496](https://github.com/XiaoMi/ha_xiaomi_home/pull/1496) + ## v0.4.3 ### Changed - Remove `VacuumEntityFeature.BATTERY` from the vacuum entity. [#1433](https://github.com/XiaoMi/ha_xiaomi_home/pull/1433) diff --git a/custom_components/xiaomi_home/manifest.json b/custom_components/xiaomi_home/manifest.json index 0a9ada4..b3bd1ba 100644 --- a/custom_components/xiaomi_home/manifest.json +++ b/custom_components/xiaomi_home/manifest.json @@ -25,7 +25,7 @@ "cryptography", "psutil" ], - "version": "v0.4.3", + "version": "v0.4.4", "zeroconf": [ "_miot-central._tcp.local." ]