Compare commits

...

19 Commits

Author SHA1 Message Date
github-actions[bot]
e08d995c0b release(hamh): 2.0.31 2026-03-06 21:26:55 +00:00
github-actions[bot]
c5fe0ddba5 release(hamh-alpha): 2.1.0-alpha.444 2026-03-06 20:44:03 +00:00
github-actions[bot]
3d5bc85ee5 release(hamh-alpha): 2.1.0-alpha.443 2026-03-06 20:20:24 +00:00
github-actions[bot]
0183e95dd7 release(hamh-alpha): 2.1.0-alpha.442 2026-03-06 19:38:06 +00:00
github-actions[bot]
262a0bbc30 release(hamh-alpha): 2.1.0-alpha.441 2026-03-06 08:59:21 +00:00
github-actions[bot]
69b30c1d0d release(hamh-alpha): 2.1.0-alpha.440 2026-03-06 08:42:05 +00:00
github-actions[bot]
5810a30860 release(hamh): 2.0.30 2026-03-05 16:06:54 +00:00
github-actions[bot]
f5d1896e0d release(hamh-alpha): 2.1.0-alpha.438 2026-03-05 14:55:30 +00:00
github-actions[bot]
388b2b069f release(hamh-alpha): 2.1.0-alpha.437 2026-03-05 13:08:56 +00:00
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
github-actions[bot]
a0b17a444a release(hamh-testing): 4.1.0-testing.24 2026-03-04 22:49:28 +00:00
github-actions[bot]
0b28a94f8e release(hamh-alpha): 2.1.0-alpha.434 2026-03-04 22:48:52 +00:00
github-actions[bot]
f5cedd41af release(hamh-alpha): 2.1.0-alpha.433 2026-03-04 22:40:41 +00:00
github-actions[bot]
04c60d134c release(hamh-alpha): 2.1.0-alpha.432 2026-03-04 20:20:03 +00:00
github-actions[bot]
37ad178cfb release(hamh-alpha): 2.1.0-alpha.431 2026-03-04 19:39:37 +00:00
github-actions[bot]
6f3c0c6764 release(hamh-alpha): 2.1.0-alpha.430 2026-03-04 19:29:27 +00:00
6 changed files with 40 additions and 7 deletions

View File

@@ -1,8 +1,8 @@
# v2.1.0-alpha.429
# v2.1.0-alpha.444
## Changes
- docs: update documentation for v2.0.28 stable release (1fb516db)
- feat: add controller profiles to wizard and area-based bridge setup (e84ab46d)
---
⚠️ **This is an alpha release** - use at your own risk!

View File

@@ -1,4 +1,4 @@
version: "2.1.0-alpha.429"
version: "2.1.0-alpha.444"
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.23
# v4.1.0-testing.25
## Changes
- feat: plugin install/uninstall via UI (f28e3c14)
- 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.23"
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,36 @@
## [2.0.31](https://github.com/RiDDiX/home-assistant-matter-hub/compare/v2.0.30...v2.0.31) (2026-03-06)
### Bug Fixes
* **#230:** prevent stale HA state from reverting optimistic brightness/color updates ([9e249e6](https://github.com/RiDDiX/home-assistant-matter-hub/commit/9e249e667fcec9b6b621d75ce1c872dede3dc375)), closes [#230](https://github.com/RiDDiX/home-assistant-matter-hub/issues/230)
* **#240:** route boundary cover targets to open/close regardless of direction ([1729b53](https://github.com/RiDDiX/home-assistant-matter-hub/commit/1729b535ef3e25619664e3b1211de167cc307242)), closes [#prepareMovement](https://github.com/RiDDiX/home-assistant-matter-hub/issues/prepareMovement)
* fan speed/preset control not working from controllers ([3aba18a](https://github.com/RiDDiX/home-assistant-matter-hub/commit/3aba18a6276e1061f868ef10e3cfd4a3df464f41)), closes [#233](https://github.com/RiDDiX/home-assistant-matter-hub/issues/233)
* make autoHumidityMapping default-enabled like autoPressureMapping ([8a3eaa6](https://github.com/RiDDiX/home-assistant-matter-hub/commit/8a3eaa6060533dd32df0f8262eab779d1706346e))
### Features
* add controller profiles to wizard and area-based bridge setup ([e84ab46](https://github.com/RiDDiX/home-assistant-matter-hub/commit/e84ab46d110ff967686e957fb0776cedc3528614))
## [2.0.30](https://github.com/RiDDiX/home-assistant-matter-hub/compare/v2.0.29...v2.0.30) (2026-03-05)
### Bug Fixes
* **#232:** surface API errors instead of silently swallowing them ([6015d5c](https://github.com/RiDDiX/home-assistant-matter-hub/commit/6015d5c61e69b05fd66cd8027ab6f732f0ad7480)), closes [#232](https://github.com/RiDDiX/home-assistant-matter-hub/issues/232)
* propagate mapped entity changes (battery, humidity, etc.) to Matter endpoints ([14da1bc](https://github.com/RiDDiX/home-assistant-matter-hub/commit/14da1bc47266f5ba2915cc8ffc92f8975c2436ff)), closes [#237](https://github.com/RiDDiX/home-assistant-matter-hub/issues/237)
## [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.31"
image: ghcr.io/riddix/home-assistant-matter-hub-addon
slug: hamh
name: Home-Assistant-Matter-Hub