@riddix/hamh 2.0.53 → 2.0.55
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 +21 -5
- package/dist/backend/cli.js +1882 -1040
- package/dist/frontend/assets/{index-etCCpEzu.js → index-CgudGWST.js} +152 -152
- package/dist/frontend/index.html +1 -1
- package/package.json +4 -4
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.55 | 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,25 @@ 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.55)</strong> - Click to expand</summary>
|
|
65
|
+
|
|
66
|
+
**New in v2.0.55:**
|
|
67
|
+
- 🔗 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
|
+
- 🔌 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
|
+
- 🚫 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))
|
|
70
|
+
- 💡 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))
|
|
71
|
+
- 🌡️ Climate power-on reaches the device even when the cached state lags ([#441](https://github.com/RiDDiX/home-assistant-matter-hub/issues/441))
|
|
72
|
+
- 🌀 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))
|
|
73
|
+
- 🎚️ Number feature flags render as number inputs, so the cover and fan debounce settings are reachable in the UI at last
|
|
74
|
+
- 🤝 A controller that is still being interviewed is no longer disconnected halfway, which could abort commissioning
|
|
75
|
+
- 📷 Camera devices carry the bridged information every device under a bridge needs ([#155](https://github.com/RiDDiX/home-assistant-matter-hub/issues/155))
|
|
76
|
+
|
|
77
|
+
**Previously in v2.0.54 (hotfix release):**
|
|
78
|
+
- 🔌 Plugin disable now sticks across restarts, for the security and camera plugins alike
|
|
79
|
+
- 👻 An unconfigured security plugin exposes no devices anymore; updating removes the ghost plugs
|
|
80
|
+
- 🔁 Disabling a plugin removes its devices immediately, re-enabling keeps their identity
|
|
81
|
+
|
|
82
|
+
**Previously in v2.0.53:**
|
|
67
83
|
|
|
68
84
|
- 🛡️ **Security plugin (experimental)**: the bridge becomes a small alarm system with Home/Away/Night/Vacation switches you arm from any controller or by voice, entry/exit delays, trigger and alert lists; for setups without an alarm integration
|
|
69
85
|
- 🤖 **Vacuum room switches**: opt-in per-room switches that controller routines can flip, an opt-in ascending room order for batch cleaning, and auto-resolved rooms survive state updates ([#355](https://github.com/RiDDiX/home-assistant-matter-hub/issues/355), [#368](https://github.com/RiDDiX/home-assistant-matter-hub/issues/368))
|
|
@@ -286,7 +302,7 @@ Re-assign the affected devices to their rooms after they reconnect. See the [doc
|
|
|
286
302
|
<details>
|
|
287
303
|
<summary><strong>🧪 Alpha Features (v2.1.0-alpha.x)</strong> - Click to expand</summary>
|
|
288
304
|
|
|
289
|
-
**Alpha is currently level with Stable (v2.0.
|
|
305
|
+
**Alpha is currently level with Stable (v2.0.55).** All alpha work up to the latest pre-release has been promoted into v2.0.55. New alpha work continues from the next pre-release tag onward and will appear here as development progresses.
|
|
290
306
|
|
|
291
307
|
</details>
|
|
292
308
|
|