@riddix/hamh 2.0.54 → 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 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.54 | Production-ready, recommended for most users |
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,20 @@ 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.54)</strong> - Click to expand</summary>
65
-
66
- **New in v2.0.54 (hotfix release):**
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):**
67
78
  - 🔌 Plugin disable now sticks across restarts, for the security and camera plugins alike
68
79
  - 👻 An unconfigured security plugin exposes no devices anymore; updating removes the ghost plugs
69
80
  - 🔁 Disabling a plugin removes its devices immediately, re-enabling keeps their identity
@@ -291,7 +302,7 @@ Re-assign the affected devices to their rooms after they reconnect. See the [doc
291
302
  <details>
292
303
  <summary><strong>🧪 Alpha Features (v2.1.0-alpha.x)</strong> - Click to expand</summary>
293
304
 
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.
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.
295
306
 
296
307
  </details>
297
308