mirror of
https://github.com/XiaoMi/ha_xiaomi_home.git
synced 2026-01-17 15:41:15 +08:00
* fix: xiaomi.derh.lite temperature precision
Add value-range step of 0.1 for dehumidifier temperature property to preserve decimal precision.
The xiaomi.derh.lite dehumidifier was reporting temperature as integer instead of float due to the default value-range step of 1. This fix changes the step to 0.1 to allow one decimal place precision (e.g., 22.5°C instead of 23°C).
Similar to the fix for cgllc.airm.cgd1st air monitor in commit
|
||
|---|---|---|
| .. | ||
| i18n | ||
| lan | ||
| resource | ||
| specs | ||
| common.py | ||
| const.py | ||
| miot_client.py | ||
| miot_cloud.py | ||
| miot_device.py | ||
| miot_error.py | ||
| miot_i18n.py | ||
| miot_lan.py | ||
| miot_mdns.py | ||
| miot_mips.py | ||
| miot_network.py | ||
| miot_spec.py | ||
| miot_storage.py | ||
| web_pages.py | ||