mirror of
https://github.com/RiDDiX/home-assistant-addons.git
synced 2026-07-14 12:28:09 +08:00
3.5 KiB
3.5 KiB
2.0.3 (2026-02-04)
Bug Fixes
- #49: fix cleaning mode partial match selecting wrong option (97f6743)
2.0.2 (2026-02-04)
- feat!: start v2.1.0-alpha development cycle (d47b804)
Features
- add battery sensor support for sensor entities with device_class battery (#60) (ddfe6c1)
- add combined Temperature+Humidity sensor support with humidityEntity and batteryEntity mapping (2a8e651)
- add PowerSource cluster to Lock and Cover devices with battery (20dc78e)
- add PowerSource cluster to Switch, BinarySensor, Light, Fan, Climate devices with battery (8b5e977)
BREAKING CHANGES
- Reset alpha versioning to v2.1.0-alpha series after cleanup of old releases.
2.0.1 (2026-02-04)
Bug Fixes
- add water_heater to entity mapping dropdown and backend factories (ccdda2b)
- remove AutoMode feature from ClimateDevice to fix Behaviors have errors (#82) (0a4af9e)
- revert getSystemMode to v1.10.6 behavior - map Auto to Heat/Cool without AutoMode feature (dd4fda3)
- suppress Invalid intervalMs errors to prevent FATAL crashes (#74, #76, #79, #80, #82) (e171d0e)
- thermostat auto mode now correctly displays on Matter controllers (#71) (d348265)