Compare commits

...

7 Commits

Author SHA1 Message Date
github-actions[bot]
135afbd79e release(hamh): 2.0.34 2026-03-11 09:46:21 +00:00
github-actions[bot]
b167515d1b release(hamh-alpha): 2.1.0-alpha.488 2026-03-11 09:22:43 +00:00
github-actions[bot]
0681edbc31 release(hamh-alpha): 2.1.0-alpha.487 2026-03-11 09:11:45 +00:00
github-actions[bot]
b18ab02818 release(hamh-alpha): 2.1.0-alpha.486 2026-03-11 08:20:32 +00:00
github-actions[bot]
ab88e529e5 release(hamh): 2.0.33 2026-03-11 05:52:00 +00:00
github-actions[bot]
226e73a053 release(hamh-alpha): 2.1.0-alpha.485 2026-03-11 05:39:27 +00:00
github-actions[bot]
e251b2655f release(hamh-alpha): 2.1.0-alpha.484 2026-03-10 21:36:12 +00:00
4 changed files with 29 additions and 4 deletions

View File

@@ -1,8 +1,8 @@
# v2.1.0-alpha.483
# v2.1.0-alpha.488
## Changes
- fix: skip redundant tilt action on downOrClose/upOrOpen for KNX covers (#246) (6bd432e6)
- fix: allow deprecated feature flags in stored bridge data to pass validation (1fef4017)
---
⚠️ **This is an alpha release** - use at your own risk!

View File

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

View File

@@ -1,3 +1,28 @@
## [2.0.34](https://github.com/RiDDiX/home-assistant-matter-hub/compare/v2.0.33...v2.0.34) (2026-03-11)
### Bug Fixes
* allow deprecated feature flags in stored bridge data to pass validation ([1fef401](https://github.com/RiDDiX/home-assistant-matter-hub/commit/1fef40171dd1725d0cb33f903125b100b913a19b))
* always auto-map battery entity for vacuum endpoints ([#237](https://github.com/RiDDiX/home-assistant-matter-hub/issues/237)) ([29b724a](https://github.com/RiDDiX/home-assistant-matter-hub/commit/29b724a258d96926264176b844b7146d5eae10bf))
### Features
* add automatic backup with retention policy and snapshot management ([1af8330](https://github.com/RiDDiX/home-assistant-matter-hub/commit/1af8330c93a218dbd99b1ce6ad08dafa94205a21))
## [2.0.33](https://github.com/RiDDiX/home-assistant-matter-hub/compare/v2.0.32...v2.0.33) (2026-03-11)
### Bug Fixes
* preserve endpoint numbers across restarts ([#247](https://github.com/RiDDiX/home-assistant-matter-hub/issues/247)) ([c3c796b](https://github.com/RiDDiX/home-assistant-matter-hub/commit/c3c796bd33def51c3424f68f2dd198745448d5ce))
### Features
* support binary_sensor battery entities in auto-mapping ([d83eaff](https://github.com/RiDDiX/home-assistant-matter-hub/commit/d83eaff4f72f06e3e95efe2e71633f79ee545d6d))
## [2.0.32](https://github.com/RiDDiX/home-assistant-matter-hub/compare/v2.0.31...v2.0.32) (2026-03-10)

View File

@@ -1,4 +1,4 @@
version: "2.0.32"
version: "2.0.34"
image: ghcr.io/riddix/home-assistant-matter-hub-addon
slug: hamh
name: Home-Assistant-Matter-Hub