Files
home-assistant-addons/hamh-alpha/CHANGELOG.md
2026-02-04 13:52:10 +00:00

3.2 KiB

2.0.2-alpha.1 (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)

Features

  • add EntityIsolationService to isolate problematic entities at runtime (8d81fd2)
  • merge alpha fixes and update README for v1.10.5 stable release (6ea28a3)
  • merge alpha into main for v2.0.0 release (3f94d6d)