@riddix/hamh 2.0.55 → 2.0.56
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +16 -5
- package/dist/backend/cli.js +3246 -3670
- package/dist/frontend/assets/index-B6cgSJnF.js +466 -0
- package/dist/frontend/index.html +1 -1
- package/package.json +4 -4
- package/dist/frontend/assets/index-CgudGWST.js +0 -466
package/README.md
CHANGED
|
@@ -37,7 +37,7 @@ of port forwarding etc.
|
|
|
37
37
|
|
|
38
38
|
| Channel | Branch | Current Version | Description |
|
|
39
39
|
|---------|--------|-----------------|-------------|
|
|
40
|
-
| **Stable** | `main` | v2.0.
|
|
40
|
+
| **Stable** | `main` | v2.0.56 | Production-ready, recommended for most users |
|
|
41
41
|
| **Alpha** | `alpha` | v2.1.0-alpha.x | Currently level with Stable; next pre-release lands here first |
|
|
42
42
|
| **Testing** | `testing` | v4.1.0-testing.x | ⚠️ **Highly unstable!** Experimental features, may break |
|
|
43
43
|
|
|
@@ -61,9 +61,20 @@ Re-assign the affected devices to their rooms after they reconnect. See the [doc
|
|
|
61
61
|
## 🎉 What's New
|
|
62
62
|
|
|
63
63
|
<details>
|
|
64
|
-
<summary><strong>📦 Stable Features (v2.0.
|
|
65
|
-
|
|
66
|
-
**New in v2.0.
|
|
64
|
+
<summary><strong>📦 Stable Features (v2.0.56)</strong> - Click to expand</summary>
|
|
65
|
+
|
|
66
|
+
**New in v2.0.56:**
|
|
67
|
+
- 🔋 **Vacuum battery after HA 2026.8**: integrations that moved the battery to a separate sensor are picked up as the sensor appears, a missing percentage reports an unknown charge state instead of "charging forever", and terminal states like "not charging" stop counting as charging ([#450](https://github.com/RiDDiX/home-assistant-matter-hub/issues/450))
|
|
68
|
+
- 💡 **RGB-only lights pass controller conformance again**: the Extended Color Light always advertises the full mandatory feature set, which brings WLED and similar lights back to Alexa ([#452](https://github.com/RiDDiX/home-assistant-matter-hub/issues/452))
|
|
69
|
+
- 🌫️ **PM2.5, PM10 and CO₂ sensor overrides**: map a single-pollutant sensor to an Air Quality Sensor endpoint carrying just that concentration cluster via the Entity Mapping UI (Aqara renders them, Alexa partially)
|
|
70
|
+
- 🇰🇷 **Korean translation** by [@hyeok-yoo](https://github.com/hyeok-yoo) ([#455](https://github.com/RiDDiX/home-assistant-matter-hub/pull/455))
|
|
71
|
+
- 🔀 Debounced commands no longer swallow an explicit on/off that arrives next to a level or color change ([#453](https://github.com/RiDDiX/home-assistant-matter-hub/pull/453))
|
|
72
|
+
- 🌡️ Thermostats write their absolute limits before the user limits, so a flat heat range can no longer trip the range check on bring-up ([#454](https://github.com/RiDDiX/home-assistant-matter-hub/issues/454))
|
|
73
|
+
- 🪟 Cover end product type follows the feature map: a tilting curtain or shade reports the matching tilting product, a lift-only blind stops claiming InteriorBlind (follow-up to [#304](https://github.com/RiDDiX/home-assistant-matter-hub/issues/304))
|
|
74
|
+
- 🔍 **Three Alexa pairing diagnostics, off by default**: `advertiseSpecVersion151`, `supportTermsAndConditions` and `enableMatterTcp`, for Echos that stop right after the attestation step ([#449](https://github.com/RiDDiX/home-assistant-matter-hub/issues/449))
|
|
75
|
+
- 🧹 Session supervision and entity mapping sync now live in shared code instead of two near-identical copies per bridge flavour; no behavior change
|
|
76
|
+
|
|
77
|
+
**Previously in v2.0.55:**
|
|
67
78
|
- 🔗 Devices keep their Matter numbers when Home Assistant restarts, so controllers stop re-adding everything and losing groups and routines ([#438](https://github.com/RiDDiX/home-assistant-matter-hub/issues/438))
|
|
68
79
|
- 🔌 One plugin device no longer stalls every state update on its bridge, and plugin devices stop vanishing a minute after a refresh ([#445](https://github.com/RiDDiX/home-assistant-matter-hub/issues/445))
|
|
69
80
|
- 🚫 A command that cannot reach Home Assistant now fails instead of reporting success, so a cover no longer shows a position it never reached ([#446](https://github.com/RiDDiX/home-assistant-matter-hub/issues/446))
|
|
@@ -302,7 +313,7 @@ Re-assign the affected devices to their rooms after they reconnect. See the [doc
|
|
|
302
313
|
<details>
|
|
303
314
|
<summary><strong>🧪 Alpha Features (v2.1.0-alpha.x)</strong> - Click to expand</summary>
|
|
304
315
|
|
|
305
|
-
**Alpha is currently level with Stable (v2.0.
|
|
316
|
+
**Alpha is currently level with Stable (v2.0.56).** All alpha work up to the latest pre-release has been promoted into v2.0.56. New alpha work continues from the next pre-release tag onward and will appear here as development progresses.
|
|
306
317
|
|
|
307
318
|
</details>
|
|
308
319
|
|