Compare commits

...

22 Commits

Author SHA1 Message Date
github-actions[bot]
05dacda455 release(hamh): 2.0.25 2026-02-21 14:10:52 +00:00
github-actions[bot]
9c9baa972d release(hamh-alpha): 2.1.0-alpha.305 2026-02-21 13:59:18 +00:00
github-actions[bot]
3322d6fd07 release(hamh-alpha): 2.1.0-alpha.304 2026-02-21 13:41:11 +00:00
github-actions[bot]
a99acae349 release(hamh-alpha): 2.1.0-alpha.303 2026-02-21 13:37:59 +00:00
github-actions[bot]
b641137c88 release(hamh-alpha): 2.1.0-alpha.302 2026-02-21 13:14:58 +00:00
github-actions[bot]
242b3d96f8 release(hamh-alpha): 2.1.0-alpha.301 2026-02-21 11:24:12 +00:00
github-actions[bot]
537fd960f5 release(hamh-alpha): 2.1.0-alpha.300 2026-02-21 10:08:51 +00:00
github-actions[bot]
a482608180 release(hamh-alpha): 2.1.0-alpha.299 2026-02-21 00:05:34 +00:00
github-actions[bot]
7412b5f8af release(hamh-alpha): 2.1.0-alpha.298 2026-02-20 23:51:36 +00:00
github-actions[bot]
86455a8699 release(hamh-alpha): 2.1.0-alpha.297 2026-02-20 23:46:07 +00:00
github-actions[bot]
38089ff08b release(hamh-alpha): 2.1.0-alpha.296 2026-02-20 23:33:43 +00:00
github-actions[bot]
9470631c81 release(hamh-alpha): 2.1.0-alpha.295 2026-02-20 23:20:50 +00:00
github-actions[bot]
d1fc65c7eb release(hamh-alpha): 2.1.0-alpha.294 2026-02-20 23:15:16 +00:00
github-actions[bot]
dc2f76e1d0 release(hamh-alpha): 2.1.0-alpha.293 2026-02-20 23:13:13 +00:00
github-actions[bot]
28fc658e6d release(hamh-alpha): 2.1.0-alpha.292 2026-02-20 22:51:44 +00:00
github-actions[bot]
4c70542570 release(hamh-alpha): 2.1.0-alpha.291 2026-02-20 21:05:41 +00:00
github-actions[bot]
ca43cf8418 release(hamh-alpha): 2.1.0-alpha.290 2026-02-20 20:55:55 +00:00
github-actions[bot]
cc588e78a2 release(hamh-alpha): 2.1.0-alpha.289 2026-02-20 20:13:23 +00:00
github-actions[bot]
7092774eb0 release(hamh-alpha): 2.1.0-alpha.288 2026-02-20 20:02:47 +00:00
github-actions[bot]
d6a6aeac90 release(hamh-alpha): 2.1.0-alpha.287 2026-02-20 19:48:31 +00:00
github-actions[bot]
d7746c1700 release(hamh-alpha): 2.1.0-alpha.286 2026-02-20 19:44:14 +00:00
github-actions[bot]
4efef4451c release(hamh-alpha): 2.1.0-alpha.285 2026-02-20 16:58:05 +00:00
4 changed files with 33 additions and 4 deletions

View File

@@ -1,8 +1,8 @@
# v2.1.0-alpha.284
# v2.1.0-alpha.305
## Changes
- fix(#176): skip setpoint nudge during Off transition to fix Google voice confirmation (93cc045)
- fix(#192): recreate endpoints when entity mapping changes (a9c23d1)
---
⚠️ **This is an alpha release** - use at your own risk!

View File

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

View File

@@ -1,3 +1,32 @@
## [2.0.25](https://github.com/RiDDiX/home-assistant-matter-hub/compare/v2.0.24...v2.0.25) (2026-02-21)
### Bug Fixes
* **#110:** restructure RvcCleanMode to flat modes for Apple Home extra features ([905bf24](https://github.com/RiDDiX/home-assistant-matter-hub/commit/905bf24076a5b866af262b3f974e88837f1d6ebb)), closes [#110](https://github.com/RiDDiX/home-assistant-matter-hub/issues/110)
* **#176:** deferred setpoint nudge for reliable auto-resume ([5ab4fe6](https://github.com/RiDDiX/home-assistant-matter-hub/commit/5ab4fe6a8aae4eca8a5fbd90db707a028573e033)), closes [#176](https://github.com/RiDDiX/home-assistant-matter-hub/issues/176)
* **#189:** unwrap response.response from roborock.get_maps service call ([075df6a](https://github.com/RiDDiX/home-assistant-matter-hub/commit/075df6a35fec9a96e51f95fd0a160eda75d2ebc1)), closes [#189](https://github.com/RiDDiX/home-assistant-matter-hub/issues/189)
* **#190:** dynamic Node.js heap sizing based on available system RAM ([a619c0d](https://github.com/RiDDiX/home-assistant-matter-hub/commit/a619c0dbec01fecfa87bdb72e14a5483b6bdb566)), closes [#190](https://github.com/RiDDiX/home-assistant-matter-hub/issues/190)
* **#192:** recreate endpoints when entity mapping changes ([a9c23d1](https://github.com/RiDDiX/home-assistant-matter-hub/commit/a9c23d1694c77f710ce9e6dd587eb786d5a29d24)), closes [#192](https://github.com/RiDDiX/home-assistant-matter-hub/issues/192)
* limit RvcOperationalState to well-known states and update OOM FAQ ([130460d](https://github.com/RiDDiX/home-assistant-matter-hub/commit/130460d90da16a94fed340719a775428aedb14ef))
* **oom:** increase heap limit to 768MB, add memory pressure guard and startup logging ([#180](https://github.com/RiDDiX/home-assistant-matter-hub/issues/180)) ([1cd4201](https://github.com/RiDDiX/home-assistant-matter-hub/commit/1cd4201b0578b9908ae14a61a0398051e60dad54))
* prevent Apple Home from renaming fan speed 'normal' to 'Automatic' ([8a5bba9](https://github.com/RiDDiX/home-assistant-matter-hub/commit/8a5bba9ca0a0db5973a80f65d2a99618ee8f5c8a))
* responsive mobile layout for dashboard stat cards ([157d9c4](https://github.com/RiDDiX/home-assistant-matter-hub/commit/157d9c481b4148ea76e5b67a61824c54eb182f51))
* update label filter descriptions and value hint in bridge config schema ([53c2c31](https://github.com/RiDDiX/home-assistant-matter-hub/commit/53c2c314cf98cec495e2d468e5a929930798278e))
* **vacuum:** expose fan speed modes for Roborock without cleaning mode entity ([7ed5a78](https://github.com/RiDDiX/home-assistant-matter-hub/commit/7ed5a788e5c9b594a765581719031b9cede1fd34))
* **vacuum:** use exact match for fan speed tags to prevent deduplication ([77be697](https://github.com/RiDDiX/home-assistant-matter-hub/commit/77be697e8a112fbcc9683f0b6e5dbaaefef754ad))
### Features
* **#188:** show decoded vendor name next to fabric icons in FabricList ([86f8aff](https://github.com/RiDDiX/home-assistant-matter-hub/commit/86f8aff0ab0cb7b33a2728f32c7b0da12d8c37a3)), closes [#188](https://github.com/RiDDiX/home-assistant-matter-hub/issues/188)
* dynamic vacuum fan speed modes + vacuumOnOff feature flag ([6cfff16](https://github.com/RiDDiX/home-assistant-matter-hub/commit/6cfff16307c4c8fcbf000a00fda4e8b7ee4a6d91))
* open commissioning window for multi-fabric pairing ([ec808b7](https://github.com/RiDDiX/home-assistant-matter-hub/commit/ec808b781e18028146ae2ee7ea218e9785dab0b7))
* show fabric icons with vendor names in bridge details and health dashboard ([3205bd1](https://github.com/RiDDiX/home-assistant-matter-hub/commit/3205bd12cb0d8e6c9b65b0743981eadfe874bb5c))
* **vacuum:** add mop intensity modes for Apple Home extra features ([0f5948d](https://github.com/RiDDiX/home-assistant-matter-hub/commit/0f5948dac752910969bf2db84d97dee7910dd5af))
* **vacuum:** auto-detect cleaning mode, suction level and mop intensity entities ([d83f83c](https://github.com/RiDDiX/home-assistant-matter-hub/commit/d83f83c892ea7cd9a5490ffb38825b29478de527))
* **vacuum:** auto-detect Roborock rooms via roborock.get_maps service ([9679bc1](https://github.com/RiDDiX/home-assistant-matter-hub/commit/9679bc185626a83e41b9743108fedd1013772252))
## [2.0.24](https://github.com/RiDDiX/home-assistant-matter-hub/compare/v2.0.23...v2.0.24) (2026-02-20)

View File

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