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

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,8 +37,8 @@ of port forwarding etc.
37
37
 
38
38
  | Channel | Branch | Current Version | Description |
39
39
  |---------|--------|-----------------|-------------|
40
- | **Stable** | `main` | v2.0.52 | Production-ready, recommended for most users |
41
- | **Alpha** | `alpha` | v2.1.0-alpha.x (next) | Currently level with Stable; next pre-release lands here first |
40
+ | **Stable** | `main` | v2.0.53 | Production-ready, recommended for most users |
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
 
44
44
  ### Which version should I use?
@@ -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.52)</strong> - Click to expand</summary>
64
+ <summary><strong>📦 Stable Features (v2.0.53)</strong> - Click to expand</summary>
65
+
66
+ **New in v2.0.53:**
67
+
68
+ - 🛡️ **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
+ - 🤖 **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))
70
+ - 🔌 **Plugin settings dialog**: configure plugins right on the Plugins page; config survives restarts, stored secret fields are redacted from the plugin listing, and the page explains server mode instead of failing ([#432](https://github.com/RiDDiX/home-assistant-matter-hub/issues/432))
71
+ - 🔔 **Doorbell and electrical utility meter overrides**: opt-in Matter 1.4 device types for `event` entities and consumption sensors; SmartThings renders them, defaults stay unchanged
72
+ - 🚿 **Water heater management**: opt-in Matter 1.4 Water Heater with Boost/CancelBoost on top of the heating thermostat, for energy-management controllers ([#437](https://github.com/RiDDiX/home-assistant-matter-hub/pull/437))
73
+ - 🌀 **Fan modes follow the entity**: controllers are only offered the speeds and modes the HA fan actually accepts, no more phantom Medium or Auto ([#436](https://github.com/RiDDiX/home-assistant-matter-hub/pull/436))
74
+ - 🌡️ **heat_cool thermostats no longer crash-loop the add-on**: the auto deadband is zeroed, single-mode setpoints ignore the parked range, and an endpoint that still fails is contained instead of exiting ([#435](https://github.com/RiDDiX/home-assistant-matter-hub/issues/435))
75
+ - 🔒 **Lock stops re-adding itself**: a stale flag written by v2.0.7-v2.0.16 failed lock init on every start, so the lock re-paired as a new device each boot; it is cleared on load ([#433](https://github.com/RiDDiX/home-assistant-matter-hub/discussions/433))
76
+ - 💡 **Google room-off no longer relights dimmable lights**: the level Google sends after "turn off" is stored for the next turn-on instead of being applied ([#434](https://github.com/RiDDiX/home-assistant-matter-hub/issues/434))
77
+ - 🪟 **Cover stuck-moving paths closed**: the remaining cases that kept a cover reported as moving are fixed, and resolved cover flags are logged ([#429](https://github.com/RiDDiX/home-assistant-matter-hub/issues/429))
78
+ - 🔌 **Plugin devices receive controller writes again**: a wiring gap dropped attribute writes on the way to plugin devices
79
+ - 🧵 **matter.js 0.17.9**
80
+ - 📊 **Fork comparison page**: the docs compare this fork with the archived t0bst4r upstream, feature by feature
65
81
 
66
- **New in v2.0.52 (hotfix release):**
82
+ **Previously in v2.0.52 (hotfix release):**
67
83
 
68
84
  - 🔌 The plugins page no longer fails with a 500 when a server mode bridge exists ([#430](https://github.com/RiDDiX/home-assistant-matter-hub/issues/430))
69
85
 
@@ -270,7 +286,7 @@ Re-assign the affected devices to their rooms after they reconnect. See the [doc
270
286
  <details>
271
287
  <summary><strong>🧪 Alpha Features (v2.1.0-alpha.x)</strong> - Click to expand</summary>
272
288
 
273
- **Alpha is currently level with Stable (v2.0.52).** All alpha work up to the latest pre-release has been promoted into v2.0.52. New alpha work continues from the next pre-release tag onward and will appear here as development progresses.
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.
274
290
 
275
291
  </details>
276
292