@riddix/hamh 2.1.0-alpha.832 → 2.1.0-alpha.834
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 +26 -6
- package/dist/backend/cli.js +5670 -4895
- package/dist/frontend/assets/index-B-4CpIVn.js +466 -0
- package/dist/frontend/index.html +1 -1
- package/package.json +8 -8
- package/dist/frontend/assets/index-CIdhgEV9.js +0 -469
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.50 | Production-ready, recommended for most users |
|
|
41
41
|
| **Alpha** | `alpha` | v2.1.0-alpha.x (next) | 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,29 @@ 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.50)</strong> - Click to expand</summary>
|
|
65
|
+
|
|
66
|
+
**New in v2.0.50:**
|
|
67
|
+
|
|
68
|
+
- 🆔 **Stable device identity (opt-in)**: endpoints keep their identity when an entity is renamed or re-registered, keyed on the HA registry unique id; enable the `stableIdentity` feature flag per bridge ([#404](https://github.com/RiDDiX/home-assistant-matter-hub/issues/404), [#407](https://github.com/RiDDiX/home-assistant-matter-hub/issues/407))
|
|
69
|
+
- ⚡ **Energy suite stage 1**: consumption sensors expose an **Electrical Meter** that Google Home and SmartThings render, home batteries become a **Battery Storage** device with signed charge/discharge power and lifetime energy, and voltage/current/energy sensors group onto one endpoint via new mapping fields
|
|
70
|
+
- 🪟 **Covers report their own movement**: controllers get the moving-to-stopped edge even when the integration never reports opening/closing, clears the stuck "Opening" on Echo Show ([#429](https://github.com/RiDDiX/home-assistant-matter-hub/issues/429)), and discrete commands cancel a pending slider action ([#411](https://github.com/RiDDiX/home-assistant-matter-hub/issues/411))
|
|
71
|
+
- 🧙 **Commissioning preflight in the wizard**: port, mDNS and controller checks with fix-it buttons before the QR code, plus a label guard and an empty-filter block
|
|
72
|
+
- 🔋 **Per-entity "Disable battery mapping"** switch ([#427](https://github.com/RiDDiX/home-assistant-matter-hub/issues/427))
|
|
73
|
+
- 🧩 **Auto-grouped sensors read sub-entities past the bridge filter** ([#426](https://github.com/RiDDiX/home-assistant-matter-hub/issues/426))
|
|
74
|
+
- 📡 **mDNS records refresh when interface addresses change**, recovers Google Home after an IPv6 prefix change ([#415](https://github.com/RiDDiX/home-assistant-matter-hub/issues/415)), and **mDNS IPv4 can be disabled** ([#417](https://github.com/RiDDiX/home-assistant-matter-hub/issues/417))
|
|
75
|
+
- 🖥 **Server mode shares the dead-session timeout and session diagnostics** ([#428](https://github.com/RiDDiX/home-assistant-matter-hub/issues/428))
|
|
76
|
+
- 🔒 **Per-lock PIN length overrides** and an **opt-in passthrough that programs the physical lock usercode** ([#418](https://github.com/RiDDiX/home-assistant-matter-hub/issues/418))
|
|
77
|
+
- 🔘 **Opt-in to suppress the momentary on/off flip for scripts** ([#423](https://github.com/RiDDiX/home-assistant-matter-hub/issues/423))
|
|
78
|
+
- 🚨 **Smoke alarms report battery, fault and expressed state** ([#408](https://github.com/RiDDiX/home-assistant-matter-hub/issues/408))
|
|
79
|
+
- 💡 **Light level and color-temperature step control** ([#412](https://github.com/RiDDiX/home-assistant-matter-hub/issues/412))
|
|
80
|
+
- 📷 **Camera bridges enable Matter-over-TCP** for SmartThings live view, and camera endpoints set the mandatory AV stream attributes ([#419](https://github.com/RiDDiX/home-assistant-matter-hub/issues/419))
|
|
81
|
+
- 🔧 **Valve and cover overrides route On/Off to their services** ([#65](https://github.com/RiDDiX/home-assistant-matter-hub/issues/65))
|
|
82
|
+
- 🌍 **Brazilian Portuguese** added ([#420](https://github.com/RiDDiX/home-assistant-matter-hub/issues/420))
|
|
83
|
+
- 🧵 **matter.js 0.17.7**
|
|
84
|
+
- ⬆️ Dependency vulnerabilities resolved (websocket-driver, react-router 8, fast-uri, js-yaml and friends)
|
|
85
|
+
|
|
86
|
+
**Previously in v2.0.49:**
|
|
67
87
|
|
|
68
88
|
- 🌀 **Fan speed restore**: speed is remembered across transactions and restarts, localized wind presets map through, Auto is gated on a real auto preset, and an opt-in restores speed on power-on ([#387](https://github.com/RiDDiX/home-assistant-matter-hub/issues/387))
|
|
69
89
|
- 📡 **Session recovery hardening**: subscription jitter dropped, superseded sessions of a reconnecting peer swept, stale sessions closed only after a real quiet period, plus opt-in fast recovery ([#386](https://github.com/RiDDiX/home-assistant-matter-hub/issues/386), [#400](https://github.com/RiDDiX/home-assistant-matter-hub/issues/400), [#398](https://github.com/RiDDiX/home-assistant-matter-hub/issues/398), [#287](https://github.com/RiDDiX/home-assistant-matter-hub/issues/287))
|
|
@@ -94,7 +114,7 @@ Re-assign the affected devices to their rooms after they reconnect. See the [doc
|
|
|
94
114
|
- 🖥️ **Standalone (non-vacuum) devices in server mode**, plus `lawn_mower` entities exposed as a robotic mower
|
|
95
115
|
- 🪟 Cover exposed as a **dimmable light** for Alexa routines ([#372](https://github.com/RiDDiX/home-assistant-matter-hub/issues/372)), per-entity **update throttle** ([#351](https://github.com/RiDDiX/home-assistant-matter-hub/issues/351)), **charging-state sensor** mapping ([#377](https://github.com/RiDDiX/home-assistant-matter-hub/issues/377))
|
|
96
116
|
- 📷 Experimental built-in **WebRTC camera plugin** (SmartThings-only, media path not verified yet)
|
|
97
|
-
- 🧵 **matter.js 0.17.
|
|
117
|
+
- 🧵 **matter.js 0.17.7**
|
|
98
118
|
|
|
99
119
|
**Previously in v2.0.46:**
|
|
100
120
|
|
|
@@ -235,7 +255,7 @@ Re-assign the affected devices to their rooms after they reconnect. See the [doc
|
|
|
235
255
|
<details>
|
|
236
256
|
<summary><strong>🧪 Alpha Features (v2.1.0-alpha.x)</strong> - Click to expand</summary>
|
|
237
257
|
|
|
238
|
-
**Alpha is currently level with Stable (v2.0.
|
|
258
|
+
**Alpha is currently level with Stable (v2.0.50).** All alpha work up to the latest pre-release has been promoted into v2.0.50. New alpha work continues from the next pre-release tag onward and will appear here as development progresses.
|
|
239
259
|
|
|
240
260
|
</details>
|
|
241
261
|
|