Releases: XiaoMi/ha_xiaomi_home
v0.1.5b2
Added
- Support binary sensors to be displayed as text sensor entities and binary sensor entities. #592
- Add miot cloud test case. #620
- Add test case for user cert. #638
- Add mips test case & Change mips reconnect logic. #641
- Support remove device. #622
- Support italian translation. #183
Changed
- Refactor miot spec. #592
- Refactor miot mips & fix type errors. #365
- Using logging for test case log print. #636
- Add power properties trans. #571
- Move web page to html. #627
Fixed
- Fix miot cloud and mdns error. #637
- Fix type error
This version has refactored a large amount of low-level code. At the same time, the multi-language configuration logic of the device SPEC has been modified. The original multi-language configuration file will no longer be available. Please wait for the support in subsequent versions.
After upgrading to this version, you need to enter the integrated configuration page and then select to update the entity conversion rules.
该版本对大量底层代码进行了重构,同时修改了设备SPEC的多语言配置逻辑,原来的多语言配置文件将不可用,请等待后续版本支持。
升级到该版本后需要进入集成的配置页面,然后选择更新实体转换规则。
v0.1.5b1
v0.1.5b0
v0.1.4
v0.1.4b1
Added
- Support devices filter, and device changed notify logical refinement. #332
Changed
- Readme amend HACS installation. #404
Fixed
- Fix unit_convert AttributeError, Change to catch all Exception. #396
- Ignore undefined piid and keep processing following arguments. #377
- Fix some type error, wrong use of any and Any. #338
- Fix lumi.switch.acn040 identify service translation of zh-Hans #412
This version is a pre-release one. Prior to the official release, we will adjust the configuration UI to make its display and layout more reasonable.
这个版本为预发布版本,在正式发布前,我们会调整配置界面,让其显示和布局更加合理。
v0.1.4b0
v0.1.3
Added
Changed
- Remove default bug label. #276
- Improve multi-language translation actions. #256
- Use aiohttp instead of waiting for blocking calls. #227
- Language supports dt. #237
Fixed
Due to the limited variety of devices available for testing, some control abnormalities may occur. If you encounter any issues, please refer to the ISSUE feedback section. Xiaomi also warmly welcomes developers to participate in the project development and help improve the project over time.
由于开发团队没有足够品类的设备用于测试,所以可能会存在小部分设备控制异常;如果出现问题,欢迎提ISSUE反馈。同时,小米也欢迎广大开发者参与到项目开发中,将这个项目逐渐完善。
v0.1.2
This release will convert some entities to heater entities. You may delete the entities that become unavailable after the conversion.
本次更新会将一些实体转换为电暖器实体,可以删除转换后不可用的实体。
Added
Changed
- Adjust the minimum version of HASS core to 2024.4.4 and above versions.