Compare commits

...

9 Commits

Author SHA1 Message Date
github-actions[bot]
1203ccfc0a release(hamh-alpha): 2.0.0-alpha.167 2026-02-02 11:20:32 +00:00
github-actions[bot]
3078ff5970 release(hamh-alpha): 2.0.0-alpha.166 2026-02-02 11:10:12 +00:00
github-actions[bot]
ea58f25905 release(hamh-alpha): 2.0.0-alpha.165 2026-02-02 11:03:16 +00:00
github-actions[bot]
c777075e53 release(hamh): 1.10.10 2026-02-02 10:37:37 +00:00
github-actions[bot]
80703289e8 release(hamh-alpha): 2.0.0-alpha.164 2026-02-02 10:25:28 +00:00
github-actions[bot]
c231d2dad9 release(hamh-alpha): 2.0.0-alpha.163 2026-02-02 10:22:41 +00:00
github-actions[bot]
96971e8428 release(hamh-alpha): 2.0.0-alpha.162 2026-02-02 10:04:30 +00:00
github-actions[bot]
cc5eb953df release(hamh-alpha): 2.0.0-alpha.161 2026-02-02 09:49:58 +00:00
github-actions[bot]
2298b14bde release(hamh-alpha): 2.0.0-alpha.160 2026-02-02 09:38:44 +00:00
4 changed files with 65 additions and 2 deletions

View File

@@ -1,3 +1,59 @@
# [2.0.0-alpha.167](https://github.com/RiDDiX/home-assistant-matter-hub/compare/v2.0.0-alpha.166...v2.0.0-alpha.167) (2026-02-02)
### Bug Fixes
* temporarily disable ServiceArea cluster to debug vacuum issue ([#49](https://github.com/RiDDiX/home-assistant-matter-hub/issues/49)) ([240df88](https://github.com/RiDDiX/home-assistant-matter-hub/commit/240df888e9fb66a53d17db7ff21eac06ec087db3))
# [2.0.0-alpha.166](https://github.com/RiDDiX/home-assistant-matter-hub/compare/v2.0.0-alpha.165...v2.0.0-alpha.166) (2026-02-02)
### Features
* add configurable bridge startup priority ([#81](https://github.com/RiDDiX/home-assistant-matter-hub/issues/81)) ([4c3b6ff](https://github.com/RiDDiX/home-assistant-matter-hub/commit/4c3b6ff683736bf6d0a69428d369a1a136844ede))
# [2.0.0-alpha.165](https://github.com/RiDDiX/home-assistant-matter-hub/compare/v2.0.0-alpha.164...v2.0.0-alpha.165) (2026-02-02)
### Bug Fixes
* correct ServiceArea initialize() to call super.initialize() first ([5be3d06](https://github.com/RiDDiX/home-assistant-matter-hub/commit/5be3d06b69e468ffcbd2a0d60292539728cc1e33))
# [2.0.0-alpha.164](https://github.com/RiDDiX/home-assistant-matter-hub/compare/v2.0.0-alpha.163...v2.0.0-alpha.164) (2026-02-02)
### Bug Fixes
* revert getSystemMode to v1.10.6 behavior - map Auto to Heat/Cool without AutoMode feature ([06413bb](https://github.com/RiDDiX/home-assistant-matter-hub/commit/06413bb9f8398267eeb24581e0821dd138de8b54))
# [2.0.0-alpha.163](https://github.com/RiDDiX/home-assistant-matter-hub/compare/v2.0.0-alpha.162...v2.0.0-alpha.163) (2026-02-02)
### Bug Fixes
* add logging to debug thermostat setpoint initialization ([f4899a7](https://github.com/RiDDiX/home-assistant-matter-hub/commit/f4899a758f34c387967a27c467322602d2734ff8))
# [2.0.0-alpha.162](https://github.com/RiDDiX/home-assistant-matter-hub/compare/v2.0.0-alpha.161...v2.0.0-alpha.162) (2026-02-02)
### Bug Fixes
* use standard thermostat limits to prevent NaN validation errors ([a8d56ac](https://github.com/RiDDiX/home-assistant-matter-hub/commit/a8d56ac1c9c076fd2e3d0476e70d5cb66feb937c))
# [2.0.0-alpha.161](https://github.com/RiDDiX/home-assistant-matter-hub/compare/v2.0.0-alpha.160...v2.0.0-alpha.161) (2026-02-02)
### Bug Fixes
* pass thermostat attributes in final .set() call to prevent override ([37f4edd](https://github.com/RiDDiX/home-assistant-matter-hub/commit/37f4edd3a8b64b096155ed99ba52d7c6676206b8))
# [2.0.0-alpha.160](https://github.com/RiDDiX/home-assistant-matter-hub/compare/v2.0.0-alpha.159...v2.0.0-alpha.160) (2026-02-02)
### Bug Fixes
* pass thermostat initial state during registration (Matterbridge pattern) ([5af23d8](https://github.com/RiDDiX/home-assistant-matter-hub/commit/5af23d84b1b9f5048fdfea17342d5417b6ef5375))
# [2.0.0-alpha.159](https://github.com/RiDDiX/home-assistant-matter-hub/compare/v2.0.0-alpha.158...v2.0.0-alpha.159) (2026-02-02)

View File

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

View File

@@ -1,3 +1,10 @@
## [1.10.10](https://github.com/RiDDiX/home-assistant-matter-hub/compare/v1.10.9...v1.10.10) (2026-02-02)
### Bug Fixes
* revert getSystemMode to v1.10.6 behavior - map Auto to Heat/Cool without AutoMode feature ([dd4fda3](https://github.com/RiDDiX/home-assistant-matter-hub/commit/dd4fda3198c5d573374e66b78cad58e2cd2986aa))
## [1.10.9](https://github.com/RiDDiX/home-assistant-matter-hub/compare/v1.10.8...v1.10.9) (2026-02-02)

View File

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