release(hamh-alpha): 2.1.0-alpha.616

This commit is contained in:
github-actions[bot]
2026-04-19 20:12:35 +00:00
parent 51cd0f5109
commit 7193073130
2 changed files with 10 additions and 9 deletions

View File

@@ -1,14 +1,15 @@
# v2.1.0-alpha.615 # v2.1.0-alpha.616
## Changes ## Changes
- fix: serialize bridge start and stop lifecycle calls (d4a03678) - feat: add boolean state configuration cluster on leak freeze rain contact (67da2b7d)
- fix: retry transient network errors on ha connect (a3e25041) - feat: wire groups and scenes management on light plug and fan endpoints (220373dd)
- fix: log and surface bridge import errors (cba62960) - fix: stop bridges in parallel during stopAll and restartAll (c89101a9)
- fix: sweep stale optimistic state entries on set (af228056) - refactor: share cover position adjustment body across read and write (e98e653d)
- fix: serialize updateStates and detach plugin listeners (7839ef2f) - fix: parallelize home assistant registry fetches (6c308272)
- fix: guard auto-refresh against overlapping reloads (22254a3d) - fix: compare entity attributes with deep-equal not json round-trip (4ff6d945)
- fix: dispose AppEnvironment on graceful shutdown (dc94c779) - fix: guard mireds conversion and align colorMode publishing (b858694a)
- fix: correct thermostat running state for unknown modes and drying (b88ec137)
--- ---
⚠️ **This is an alpha release** - use at your own risk! ⚠️ **This is an alpha release** - use at your own risk!

View File

@@ -1,4 +1,4 @@
version: "2.1.0-alpha.615" version: "2.1.0-alpha.616"
image: ghcr.io/riddix/home-assistant-matter-hub-addon image: ghcr.io/riddix/home-assistant-matter-hub-addon
slug: hamh-alpha slug: hamh-alpha
name: Home-Assistant-Matter-Hub (Alpha) name: Home-Assistant-Matter-Hub (Alpha)