ha_xiaomi_home/custom_components/xiaomi_home/miot/specs
Quint Stoffers f95c71c2ad
fix: xiaomi.derh.lite temperature precision (#1505)
* 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 580ff87.

* chore: sort dehumidifier entry
2025-11-17 10:48:53 +08:00
..
bool_trans.yaml feat: add Turkish language support (#1468) 2025-11-10 09:50:02 +08:00
multi_lang.json Fix specs (#1496) 2025-11-11 08:56:33 +08:00
spec_add.json Fix specs (#1496) 2025-11-11 08:56:33 +08:00
spec_filter.yaml Fix specs (#1394) 2025-10-11 11:33:07 +08:00
spec_modify.yaml fix: xiaomi.derh.lite temperature precision (#1505) 2025-11-17 10:48:53 +08:00
specv2entity.py feat: remove VacuumEntityFeature.BATTERY from the vacuum entity (#1433) 2025-10-10 16:31:02 +08:00