Compare commits

...

25 Commits

Author SHA1 Message Date
github-actions[bot]
c76823313f release(hamh): 2.0.46 2026-06-03 22:40:02 +00:00
github-actions[bot]
becbba7bb4 release(hamh-alpha): 2.1.0-alpha.708 2026-06-03 19:18:16 +00:00
github-actions[bot]
f86760e8cb release(hamh-alpha): 2.1.0-alpha.707 2026-06-02 20:42:00 +00:00
github-actions[bot]
c930babe1b release(hamh-alpha): 2.1.0-alpha.706 2026-05-31 14:59:24 +00:00
github-actions[bot]
88cec87d27 release(hamh-alpha): 2.1.0-alpha.705 2026-05-31 08:40:20 +00:00
github-actions[bot]
a65ee2a343 release(hamh-alpha): 2.1.0-alpha.704 2026-05-31 04:12:49 +00:00
github-actions[bot]
1d33cbb423 release(hamh-alpha): 2.1.0-alpha.703 2026-05-31 04:00:33 +00:00
github-actions[bot]
d0ad26f67d release(hamh-alpha): 2.1.0-alpha.702 2026-05-31 03:34:26 +00:00
github-actions[bot]
6dd7bb0b9d release(hamh-alpha): 2.1.0-alpha.701 2026-05-30 21:09:23 +00:00
github-actions[bot]
bf09bfdb93 release(hamh-alpha): 2.1.0-alpha.700 2026-05-30 20:42:58 +00:00
github-actions[bot]
2b0f1b4fc7 release(hamh-alpha): 2.1.0-alpha.699 2026-05-30 20:17:40 +00:00
github-actions[bot]
679eb7dbc1 release(hamh-alpha): 2.1.0-alpha.698 2026-05-28 13:21:37 +00:00
github-actions[bot]
81a56da283 release(hamh-alpha): 2.1.0-alpha.697 2026-05-28 10:38:52 +00:00
github-actions[bot]
20176d9936 release(hamh-alpha): 2.1.0-alpha.696 2026-05-28 10:05:33 +00:00
github-actions[bot]
d7a15a01b1 release(hamh-alpha): 2.1.0-alpha.695 2026-05-28 09:31:55 +00:00
github-actions[bot]
32c6518ff7 release(hamh-alpha): 2.1.0-alpha.694 2026-05-27 20:53:33 +00:00
github-actions[bot]
208930d37c release(hamh-alpha): 2.1.0-alpha.693 2026-05-27 19:11:03 +00:00
github-actions[bot]
a22ac4780d release(hamh-alpha): 2.1.0-alpha.692 2026-05-25 20:47:12 +00:00
github-actions[bot]
2fdba5bd4c release(hamh-alpha): 2.1.0-alpha.691 2026-05-25 20:35:06 +00:00
github-actions[bot]
c05037877b release(hamh-alpha): 2.1.0-alpha.690 2026-05-25 10:11:39 +00:00
github-actions[bot]
fc31c093f6 release(hamh-alpha): 2.1.0-alpha.689 2026-05-22 18:47:43 +00:00
github-actions[bot]
0ea3b0ea8a release(hamh-alpha): 2.1.0-alpha.688 2026-05-21 21:45:17 +00:00
github-actions[bot]
144ca38922 release(hamh-alpha): 2.1.0-alpha.687 2026-05-19 19:47:24 +00:00
github-actions[bot]
15b26d9354 release(hamh-alpha): 2.1.0-alpha.686 2026-05-17 18:26:44 +00:00
github-actions[bot]
b314648e33 release(hamh): 2.0.45 2026-05-16 20:01:14 +00:00
4 changed files with 42 additions and 4 deletions

View File

@@ -1,8 +1,8 @@
# v2.1.0-alpha.685
# v2.1.0-alpha.708
## Changes
- feat(#338): entity-id autocomplete in filter rules (183588a0)
- fix: make automation momentary (#364) (0d46cff9)
---
⚠️ **This is an alpha release** - use at your own risk!

View File

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

View File

@@ -1,3 +1,41 @@
## [2.0.46](https://github.com/RiDDiX/home-assistant-matter-hub/compare/v2.0.45...v2.0.46) (2026-06-03)
### Bug Fixes
* **#287:** refresh rvc sessions safely ([78d156d](https://github.com/RiDDiX/home-assistant-matter-hub/commit/78d156dab03252438ad923fd3113c783cf33d3b3)), closes [#287](https://github.com/RiDDiX/home-assistant-matter-hub/issues/287)
* **#309:** add companion fan toggle and persist ([e7fa03c](https://github.com/RiDDiX/home-assistant-matter-hub/commit/e7fa03c680df9d777884d28ed6168fd664b25780)), closes [#309](https://github.com/RiDDiX/home-assistant-matter-hub/issues/309)
* **#309:** order fan speed presets ascending ([a2cd14a](https://github.com/RiDDiX/home-assistant-matter-hub/commit/a2cd14a350a9338a642fb863810fa82dc5c31af5)), closes [#309](https://github.com/RiDDiX/home-assistant-matter-hub/issues/309)
* **#313:** cast lock fabric index ([e6f7f68](https://github.com/RiDDiX/home-assistant-matter-hub/commit/e6f7f68fc8781f6fb784c015603e3d9346e50237)), closes [#313](https://github.com/RiDDiX/home-assistant-matter-hub/issues/313)
* **#313:** handle lock access code ([4b534c6](https://github.com/RiDDiX/home-assistant-matter-hub/commit/4b534c6da4044d65b22bd40ee9447a63db635306)), closes [#313](https://github.com/RiDDiX/home-assistant-matter-hub/issues/313)
* **#313:** harden lock credentials ([c5e957c](https://github.com/RiDDiX/home-assistant-matter-hub/commit/c5e957ce900eb2ff23d4c1602d01ee2001790a52)), closes [#313](https://github.com/RiDDiX/home-assistant-matter-hub/issues/313)
* **#350:** tilt-only covers use tilt for lift cmds ([9191ff7](https://github.com/RiDDiX/home-assistant-matter-hub/commit/9191ff7464a397e5b19f851db62c77751b77a40a)), closes [#350](https://github.com/RiDDiX/home-assistant-matter-hub/issues/350)
* **#351:** skip unchanged endpoints on HA updates ([57c1593](https://github.com/RiDDiX/home-assistant-matter-hub/commit/57c15931d396e4a4f1aee5c14e7b5deb78339275)), closes [#351](https://github.com/RiDDiX/home-assistant-matter-hub/issues/351)
* **#352:** keep registry resilient to ha connection drops ([7723c22](https://github.com/RiDDiX/home-assistant-matter-hub/commit/7723c22e3642121d42bca4705fdc2861d648615c)), closes [#352](https://github.com/RiDDiX/home-assistant-matter-hub/issues/352)
* **#358:** keep addon heap flag ([c3a8d22](https://github.com/RiDDiX/home-assistant-matter-hub/commit/c3a8d2234023c815e5b6fcce4121bdf249e9d433)), closes [#358](https://github.com/RiDDiX/home-assistant-matter-hub/issues/358)
* **#359:** narrow battery auto-mapping ([ab6a2ea](https://github.com/RiDDiX/home-assistant-matter-hub/commit/ab6a2ea67a6495bbb323e7b1589cc639eddcaa5a)), closes [#359](https://github.com/RiDDiX/home-assistant-matter-hub/issues/359)
* format battery tests ([a793703](https://github.com/RiDDiX/home-assistant-matter-hub/commit/a793703124a225fd4028830102f25b73b8dc3397))
* make automation momentary ([#364](https://github.com/RiDDiX/home-assistant-matter-hub/issues/364)) ([0d46cff](https://github.com/RiDDiX/home-assistant-matter-hub/commit/0d46cff9d1ab143c10cfc3448ac2ca715b25eb5d))
* point empty-state docs link to own site ([ee01a35](https://github.com/RiDDiX/home-assistant-matter-hub/commit/ee01a352302c1fcbdb14c0cad347a3dbd6e27e4d))
* resolve dependency vulnerabilities ([e536288](https://github.com/RiDDiX/home-assistant-matter-hub/commit/e5362883dc0eb42f63ea0d357e99184de50e711f))
* stub bun:sqlite constants export for esbuild bundle ([f7d591c](https://github.com/RiDDiX/home-assistant-matter-hub/commit/f7d591cdeae5a12d8a6d1c79ae5652b0c5b2f52b))
* support enum battery states ([fa65a69](https://github.com/RiDDiX/home-assistant-matter-hub/commit/fa65a691bbe6ccf7279a4626e2dbf3dd4437837f))
### Features
* **#291:** edit vacuum area data and batch ([a9bfb25](https://github.com/RiDDiX/home-assistant-matter-hub/commit/a9bfb252a7e9414260a76168c2e3eb5a446115e1)), closes [#291](https://github.com/RiDDiX/home-assistant-matter-hub/issues/291)
* **#309:** opt-in companion fan for climate ac ([89b9866](https://github.com/RiDDiX/home-assistant-matter-hub/commit/89b9866bbc626675a4e1436c922f92b787e53508)), closes [#309](https://github.com/RiDDiX/home-assistant-matter-hub/issues/309)
* add weather domain as matter sensor ([01176a9](https://github.com/RiDDiX/home-assistant-matter-hub/commit/01176a92ed9947639cfb2bada97435b54101a512))
* warn on non-5540 port for alexa bridge ([55247a0](https://github.com/RiDDiX/home-assistant-matter-hub/commit/55247a059444bf8771e7776947ee5a4418203be2))
## [2.0.45](https://github.com/RiDDiX/home-assistant-matter-hub/compare/v2.0.44...v2.0.45) (2026-05-16)
### Bug Fixes
* **#348:** bind typed text in entity autocomplete ([5e6ef44](https://github.com/RiDDiX/home-assistant-matter-hub/commit/5e6ef44647ae00b36b166e7ce91fd8872aad06cc)), closes [#348](https://github.com/RiDDiX/home-assistant-matter-hub/issues/348)
## [2.0.44](https://github.com/RiDDiX/home-assistant-matter-hub/compare/v2.0.43...v2.0.44) (2026-05-16)

View File

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