@riddix/hamh 2.0.54 → 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 +27 -5
- package/dist/backend/cli.js +3203 -3066
- 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-CGD-E6t7.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,31 @@ 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:**
|
|
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))
|
|
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))
|
|
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))
|
|
81
|
+
- 💡 Identify presses the identify button of the device, on everything rather than vacuums alone ([#447](https://github.com/RiDDiX/home-assistant-matter-hub/issues/447))
|
|
82
|
+
- 🌡️ Climate power-on reaches the device even when the cached state lags ([#441](https://github.com/RiDDiX/home-assistant-matter-hub/issues/441))
|
|
83
|
+
- 🌀 Fan speed zero picks the slowest mode the entity really has, and fan sliders can be debounced so bridged air conditioners stop beeping ([#442](https://github.com/RiDDiX/home-assistant-matter-hub/issues/442), [#443](https://github.com/RiDDiX/home-assistant-matter-hub/issues/443))
|
|
84
|
+
- 🎚️ Number feature flags render as number inputs, so the cover and fan debounce settings are reachable in the UI at last
|
|
85
|
+
- 🤝 A controller that is still being interviewed is no longer disconnected halfway, which could abort commissioning
|
|
86
|
+
- 📷 Camera devices carry the bridged information every device under a bridge needs ([#155](https://github.com/RiDDiX/home-assistant-matter-hub/issues/155))
|
|
87
|
+
|
|
88
|
+
**Previously in v2.0.54 (hotfix release):**
|
|
67
89
|
- 🔌 Plugin disable now sticks across restarts, for the security and camera plugins alike
|
|
68
90
|
- 👻 An unconfigured security plugin exposes no devices anymore; updating removes the ghost plugs
|
|
69
91
|
- 🔁 Disabling a plugin removes its devices immediately, re-enabling keeps their identity
|
|
@@ -291,7 +313,7 @@ Re-assign the affected devices to their rooms after they reconnect. See the [doc
|
|
|
291
313
|
<details>
|
|
292
314
|
<summary><strong>🧪 Alpha Features (v2.1.0-alpha.x)</strong> - Click to expand</summary>
|
|
293
315
|
|
|
294
|
-
**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.
|
|
295
317
|
|
|
296
318
|
</details>
|
|
297
319
|
|