@riddix/hamh 2.0.49 → 2.0.50

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 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.48 | Production-ready, recommended for most users |
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,44 @@ 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.48)</strong> - Click to expand</summary>
65
-
66
- **New in v2.0.48:**
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:**
87
+
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))
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))
90
+ - 🩺 **Per-fabric controller health card** on the bridge page
91
+ - 🔢 **Endpoint number kept on mapping change** so Alexa no longer re-adds the device ([#404](https://github.com/RiDDiX/home-assistant-matter-hub/issues/404)), plus a **unique-id suffix** to shed stale controller records ([#385](https://github.com/RiDDiX/home-assistant-matter-hub/issues/385))
92
+ - 🔘 **`select` as an On/Off Switch** ([#356](https://github.com/RiDDiX/home-assistant-matter-hub/issues/356)), plus an **experimental mounted On/Off** control type ([#380](https://github.com/RiDDiX/home-assistant-matter-hub/issues/380))
93
+ - 🪟 **Tilt for `set_tilt_position`-only covers** ([#405](https://github.com/RiDDiX/home-assistant-matter-hub/issues/405)), and **tilt-only cover-as-light** uses the tilt channel ([#350](https://github.com/RiDDiX/home-assistant-matter-hub/issues/350))
94
+ - 🚨 **Warns on a non-5540 Alexa bridge** ([#401](https://github.com/RiDDiX/home-assistant-matter-hub/issues/401)) and on an **OTBR Thread mDNS interface** ([#388](https://github.com/RiDDiX/home-assistant-matter-hub/issues/388))
95
+ - 📷 **Camera plugin config scoped per bridge** ([#373](https://github.com/RiDDiX/home-assistant-matter-hub/issues/373))
96
+ - 🔌 **Clashing bridge port reassigned on load** ([#378](https://github.com/RiDDiX/home-assistant-matter-hub/issues/378))
97
+ - 🧩 **Composed sub-entities compose even outside the bridge filter** ([#408](https://github.com/RiDDiX/home-assistant-matter-hub/issues/408)), and **composed sensors list all device types** ([#214](https://github.com/RiDDiX/home-assistant-matter-hub/issues/214))
98
+ - 🔒 **Unbolt maps to `lock.unlock`** not open ([#397](https://github.com/RiDDiX/home-assistant-matter-hub/issues/397)), **level-to-brightness uses one scale** ([#402](https://github.com/RiDDiX/home-assistant-matter-hub/issues/402)), **button drops the Lighting feature** ([#182](https://github.com/RiDDiX/home-assistant-matter-hub/issues/182)), and **stale cooling/auto state is cleared** ([#384](https://github.com/RiDDiX/home-assistant-matter-hub/issues/384))
99
+ - 🌍 **Russian translations** added ([#409](https://github.com/RiDDiX/home-assistant-matter-hub/issues/409)) and **zh-TW completed**
100
+
101
+ **Previously in v2.0.48:**
67
102
 
68
103
  - 🌡️ Cooling-only thermostats no longer drop and re-pair after a switch to cool; a leftover Heat setpoint limit was crashing init ([#381](https://github.com/RiDDiX/home-assistant-matter-hub/issues/381))
69
104
  - 📝 The Settings update box now shows the full release notes instead of cutting them off
@@ -79,7 +114,7 @@ Re-assign the affected devices to their rooms after they reconnect. See the [doc
79
114
  - 🖥️ **Standalone (non-vacuum) devices in server mode**, plus `lawn_mower` entities exposed as a robotic mower
80
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))
81
116
  - 📷 Experimental built-in **WebRTC camera plugin** (SmartThings-only, media path not verified yet)
82
- - 🧵 **matter.js 0.17.3**
117
+ - 🧵 **matter.js 0.17.7**
83
118
 
84
119
  **Previously in v2.0.46:**
85
120
 
@@ -220,7 +255,7 @@ Re-assign the affected devices to their rooms after they reconnect. See the [doc
220
255
  <details>
221
256
  <summary><strong>🧪 Alpha Features (v2.1.0-alpha.x)</strong> - Click to expand</summary>
222
257
 
223
- **Alpha is currently level with Stable (v2.0.46).** All alpha work up to the latest pre-release has been promoted into v2.0.46. New alpha work continues from the next pre-release tag onward and will appear here as development progresses.
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.
224
259
 
225
260
  </details>
226
261