@riddix/hamh 2.1.0-alpha.858 → 2.1.0-alpha.859

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.53 | Production-ready, recommended for most users |
40
+ | **Stable** | `main` | v2.0.54 | 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,14 @@ 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.53)</strong> - Click to expand</summary>
64
+ <summary><strong>📦 Stable Features (v2.0.54)</strong> - Click to expand</summary>
65
65
 
66
- **New in v2.0.53:**
66
+ **New in v2.0.54 (hotfix release):**
67
+ - 🔌 Plugin disable now sticks across restarts, for the security and camera plugins alike
68
+ - 👻 An unconfigured security plugin exposes no devices anymore; updating removes the ghost plugs
69
+ - 🔁 Disabling a plugin removes its devices immediately, re-enabling keeps their identity
70
+
71
+ **Previously in v2.0.53:**
67
72
 
68
73
  - 🛡️ **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
74
  - 🤖 **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 +291,7 @@ Re-assign the affected devices to their rooms after they reconnect. See the [doc
286
291
  <details>
287
292
  <summary><strong>🧪 Alpha Features (v2.1.0-alpha.x)</strong> - Click to expand</summary>
288
293
 
289
- **Alpha is currently level with Stable (v2.0.53).** All alpha work up to the latest pre-release has been promoted into v2.0.53. New alpha work continues from the next pre-release tag onward and will appear here as development progresses.
294
+ **Alpha is currently level with Stable (v2.0.54).** All alpha work up to the latest pre-release has been promoted into v2.0.54. New alpha work continues from the next pre-release tag onward and will appear here as development progresses.
290
295
 
291
296
  </details>
292
297