Files
home-assistant-addons/hamh/CHANGELOG.md
github-actions[bot] 7ed984f992 release(hamh): 2.0.6
2026-02-04 20:49:00 +00:00

8.0 KiB

2.0.6 (2026-02-04)

Features

  • add Server Mode option to Bridge Wizard for Robot Vacuums (5ba7dc8)

2.0.5 (2026-02-04)

Bug Fixes

  • #101: set includesIcons before writing backup.json to archive (5c564c1), closes #101
  • #49: make addDevice idempotent and mark excess entities as failed (f5b53e3), closes #49
  • #49: prevent double ServerNode creation in Server Mode (d0a2b59), closes #49
  • #82: use homeassistant.turn_on/off for lights to support entity type overrides (03da0fb), closes #82
  • add CHANGELOG.md assets to alpha releases for HA addon compatibility (837613c)
  • ci: add range constraint to alpha branch for correct version calculation (670c19e)
  • ci: format releaserc.json to pass biome lint (6b85647)
  • ci: revert to manual alpha versioning - only increment alpha.X number (7d2ad64)
  • ci: use semantic-release for alpha releases instead of manual versioning (9d638e4)
  • correct changelogUrl to download CHANGELOG_FULL.md instead of HTML page (34cf39c)
  • use separate ServerModeEnvironment to prevent storage conflicts (f73c10b)

Features

  • #49: add server mode for Robot Vacuums to enable Siri voice commands (eb51e2d), closes #49
  • #49: implement proper Server Mode with non-bridged vacuum endpoints (1d05d8c), closes #49
  • #49: improve Dreame vacuum cleaning mode aliases (cb285ea), closes #49
  • #95: add lock credential management UI and API for Matter DoorLock PIN support (08189a9), closes #95
  • #95: integrate PIN code support into LockServer for lock/unlock commands (b5861db), closes #95
  • add separate alpha release workflow with manual versioning (550201b)

2.0.4 (2026-02-04)

Bug Fixes

  • #49: add mopping_after_sweeping alias for Dreame lowercase format (af2e0f2), closes #49

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)

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)