Compare commits

...

4 Commits

Author SHA1 Message Date
github-actions[bot]
290c798c64 release(hamh-testing): 4.1.0-testing.25 2026-03-05 13:07:33 +00:00
github-actions[bot]
5649b17c83 release(hamh-alpha): 2.1.0-alpha.436 2026-03-05 12:59:55 +00:00
github-actions[bot]
c6eb5515ff release(hamh): 2.0.29 2026-03-05 09:49:11 +00:00
github-actions[bot]
34b207cc66 release(hamh-alpha): 2.1.0-alpha.435 2026-03-05 09:45:45 +00:00
6 changed files with 17 additions and 7 deletions

View File

@@ -1,8 +1,8 @@
# v2.1.0-alpha.434
# v2.1.0-alpha.436
## Changes
- chore: add GitHub funding configuration (29f76bdc)
- fix: propagate mapped entity changes (battery, humidity, etc.) to Matter endpoints (14da1bc4)
---
⚠️ **This is an alpha release** - use at your own risk!

View File

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

View File

@@ -1,8 +1,8 @@
# v4.1.0-testing.24
# v4.1.0-testing.25
## Changes
- chore: add GitHub funding configuration (c9e7578c)
- docs: add @d3rby91 to sponsors (54aa8e1b)
---
⚠️ **This is a testing release** - use at your own risk!

View File

@@ -1,4 +1,4 @@
version: "4.1.0-testing.24"
version: "4.1.0-testing.25"
image: ghcr.io/riddix/home-assistant-matter-hub-addon
slug: hamh-testing
name: Home-Assistant-Matter-Hub (Testing)

View File

@@ -1,3 +1,13 @@
## [2.0.29](https://github.com/RiDDiX/home-assistant-matter-hub/compare/v2.0.28...v2.0.29) (2026-03-05)
### Bug Fixes
* **#225:** retain light currentLevel when off to prevent Apple Home 100% brightness on turn-on ([8948764](https://github.com/RiDDiX/home-assistant-matter-hub/commit/8948764b3a9a3c2b70ab0eb3496e24a90ad8f048)), closes [#225](https://github.com/RiDDiX/home-assistant-matter-hub/issues/225)
* **#232:** decouple save button from RJSF schema validation errors ([e7c6ba4](https://github.com/RiDDiX/home-assistant-matter-hub/commit/e7c6ba43a72fea38701198178460482256445039)), closes [#232](https://github.com/RiDDiX/home-assistant-matter-hub/issues/232)
* correct autoHumidityMapping schema default to match runtime behavior ([fb0b537](https://github.com/RiDDiX/home-assistant-matter-hub/commit/fb0b5370705aea9afcfacefde0889c07e17c591f))
* correct FanDeviceFeature TURN_ON/TURN_OFF enum values to match HA ([d5f654e](https://github.com/RiDDiX/home-assistant-matter-hub/commit/d5f654ea8dbe2bba529b0498c3be255f25f58bb6))
## [2.0.28](https://github.com/RiDDiX/home-assistant-matter-hub/compare/v2.0.27...v2.0.28) (2026-03-04)

View File

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