Compare commits

..

16 Commits

Author SHA1 Message Date
github-actions[bot]
a6cf8e84d4 release(hamh): 2.0.43 2026-04-29 17:54:25 +00:00
github-actions[bot]
5926bd5372 release(hamh-alpha): 2.1.0-alpha.648 2026-04-29 12:24:00 +00:00
github-actions[bot]
a4deb31e34 release(hamh-alpha): 2.1.0-alpha.647 2026-04-29 12:08:10 +00:00
github-actions[bot]
9ccd62bddc release(hamh-alpha): 2.1.0-alpha.646 2026-04-29 11:59:36 +00:00
github-actions[bot]
3c4d0d9871 release(hamh-alpha): 2.1.0-alpha.645 2026-04-28 19:54:46 +00:00
github-actions[bot]
9130cd2483 release(hamh-alpha): 2.1.0-alpha.644 2026-04-28 14:39:03 +00:00
github-actions[bot]
29a6a920d4 release(hamh-alpha): 2.1.0-alpha.643 2026-04-28 11:57:08 +00:00
github-actions[bot]
80392a0cfe release(hamh-alpha): 2.1.0-alpha.642 2026-04-28 10:32:28 +00:00
github-actions[bot]
6645c4da13 release(hamh-alpha): 2.1.0-alpha.641 2026-04-27 21:48:32 +00:00
github-actions[bot]
d88baa420c release(hamh-alpha): 2.1.0-alpha.640 2026-04-27 21:15:49 +00:00
github-actions[bot]
01d9620964 release(hamh-alpha): 2.1.0-alpha.639 2026-04-27 20:22:38 +00:00
github-actions[bot]
d75eaf23d2 release(hamh-alpha): 2.1.0-alpha.638 2026-04-27 08:21:23 +00:00
github-actions[bot]
93e7a2bfe0 release(hamh-alpha): 2.1.0-alpha.637 2026-04-26 21:06:07 +00:00
github-actions[bot]
e531381f59 release(hamh-alpha): 2.1.0-alpha.636 2026-04-26 17:54:18 +00:00
github-actions[bot]
165fe8878b release(hamh-alpha): 2.1.0-alpha.635 2026-04-26 17:45:58 +00:00
github-actions[bot]
1f0361c2e8 release(hamh-alpha): 2.1.0-alpha.634 2026-04-26 13:37:19 +00:00
4 changed files with 25 additions and 4 deletions

View File

@@ -1,8 +1,8 @@
# v2.1.0-alpha.633
# v2.1.0-alpha.648
## Changes
- fix(#316): align root softwareVersionString with version (ae4b33d7)
- fix(#281): set currentArea on externally-started cleaning (62b371a4)
---
⚠️ **This is an alpha release** - use at your own risk!

View File

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

View File

@@ -1,3 +1,24 @@
## [2.0.43](https://github.com/RiDDiX/home-assistant-matter-hub/compare/v2.0.42...v2.0.43) (2026-04-29)
### Bug Fixes
* **#281:** set currentArea on externally-started cleaning ([62b371a](https://github.com/RiDDiX/home-assistant-matter-hub/commit/62b371a445aeb9c403891e237311641b925b97fb)), closes [#281](https://github.com/RiDDiX/home-assistant-matter-hub/issues/281)
* **#309:** drop matter automode for ha-auto-only ac ([66abbfc](https://github.com/RiDDiX/home-assistant-matter-hub/commit/66abbfcae6d3f357f30a89a2959d57dac27a382f)), closes [#309](https://github.com/RiDDiX/home-assistant-matter-hub/issues/309)
* **#309:** keep ha-auto ac systemMode stable when hvac_action goes idle ([e35a052](https://github.com/RiDDiX/home-assistant-matter-hub/commit/e35a05286c2d813c707f292b64c851d329457611)), closes [#309](https://github.com/RiDDiX/home-assistant-matter-hub/issues/309)
* **#312:** map cover device_class=window to Rollershade ([adbddbd](https://github.com/RiDDiX/home-assistant-matter-hub/commit/adbddbd602e6339f3cefb5672f4e7d8724d8ddde)), closes [#312](https://github.com/RiDDiX/home-assistant-matter-hub/issues/312)
* **#320:** use sibling identify button when vacuum.locate unsupported ([f722ece](https://github.com/RiDDiX/home-assistant-matter-hub/commit/f722ecec15b8f8b45a15be15e8f20681fde89a72)), closes [#320](https://github.com/RiDDiX/home-assistant-matter-hub/issues/320) [#208](https://github.com/RiDDiX/home-assistant-matter-hub/issues/208)
* **#322:** recognize UWANT/Xiaomi sweep/mop labels ([050c45d](https://github.com/RiDDiX/home-assistant-matter-hub/commit/050c45d2e2a1a7808e27cec10ed07c5ee37bea4a)), closes [#322](https://github.com/RiDDiX/home-assistant-matter-hub/issues/322)
* **#323:** pick valid Type for lift+tilt window coverings ([2ed05af](https://github.com/RiDDiX/home-assistant-matter-hub/commit/2ed05afa16b70d2f0a5ba5eb1e0e16a3887d4e3a)), closes [#323](https://github.com/RiDDiX/home-assistant-matter-hub/issues/323)
* **#327:** make sensor reactors offline so updates reach controllers ([ef65ff6](https://github.com/RiDDiX/home-assistant-matter-hub/commit/ef65ff64cc49c67eb238c0ed81581d871232cf81)), closes [#327](https://github.com/RiDDiX/home-assistant-matter-hub/issues/327)
### Features
* **#321:** snap climate setpoints to entity step ([e507c0d](https://github.com/RiDDiX/home-assistant-matter-hub/commit/e507c0d6be409f149d88a60abf529df36878aac2)), closes [#321](https://github.com/RiDDiX/home-assistant-matter-hub/issues/321)
* **#325:** add japanese translation from [@kimera257](https://github.com/kimera257) ([5934f4e](https://github.com/RiDDiX/home-assistant-matter-hub/commit/5934f4e910e5b01284d55068e35831d09756a8df)), closes [#325](https://github.com/RiDDiX/home-assistant-matter-hub/issues/325)
* capture matter.js controller traffic in /api/logs ([d8d28a2](https://github.com/RiDDiX/home-assistant-matter-hub/commit/d8d28a2d69b3aac64097c733253f202d79c0f028))
## [2.0.42](https://github.com/RiDDiX/home-assistant-matter-hub/compare/v2.0.41...v2.0.42) (2026-04-26)

View File

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