@riddix/hamh 2.1.0-alpha.600 → 2.1.0-alpha.601
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.
|
|
40
|
+
| **Stable** | `main` | v2.0.38 | Production-ready, recommended for most users |
|
|
41
41
|
| **Alpha** | `alpha` | v2.1.0-alpha.x | Pre-release with new features, for early adopters |
|
|
42
42
|
| **Testing** | `testing` | v4.1.0-testing.x | ⚠️ **Highly unstable!** Experimental features, may break |
|
|
43
43
|
|
|
@@ -52,9 +52,30 @@ of port forwarding etc.
|
|
|
52
52
|
## 🎉 What's New
|
|
53
53
|
|
|
54
54
|
<details>
|
|
55
|
-
<summary><strong>📦 Stable Features (v2.0.
|
|
55
|
+
<summary><strong>📦 Stable Features (v2.0.38)</strong> - Click to expand</summary>
|
|
56
56
|
|
|
57
|
-
**New in v2.0.
|
|
57
|
+
**New in v2.0.38:**
|
|
58
|
+
|
|
59
|
+
| Feature | Description |
|
|
60
|
+
|---------|-------------|
|
|
61
|
+
| **🏷️ Per-Entity Identity Overrides** | `customProductName`, `customVendorName`, `customSerialNumber` per entity mapping ([#277](https://github.com/RiDDiX/home-assistant-matter-hub/issues/277), [#290](https://github.com/RiDDiX/home-assistant-matter-hub/issues/290)) |
|
|
62
|
+
| **🪟 Garage & Gate Open/Close** | Discrete Open/Close mode for garage and gate covers ([#55](https://github.com/RiDDiX/home-assistant-matter-hub/issues/55)) |
|
|
63
|
+
| **🚿 Dishwasher Device Type** | Dishwasher override for switch entities |
|
|
64
|
+
| **🚨 Siren Support** | Siren domain as OnOff Plug-in Unit |
|
|
65
|
+
| **🏷️ productNameFromNodeLabel Flag** | Report node label as Matter productName for Aqara controllers |
|
|
66
|
+
| **🤖 Vacuum Room Progress** | Dynamic room progress tracking via `currentRoomEntity` sensor |
|
|
67
|
+
| **⚡ Startup Force Sync** | Immediate force sync on startup to beat stale Alexa queues ([#282](https://github.com/RiDDiX/home-assistant-matter-hub/pull/282)) |
|
|
68
|
+
| **🌐 Network Diagnostic API** | mDNS/network diagnostic endpoint with dashboard card |
|
|
69
|
+
| **🔌 Energy on Composed Devices** | Energy/power measurement clusters on composed endpoints |
|
|
70
|
+
| **🩺 Multi-Admin Fabric Diagnostics** | Per-fabric session info in health API |
|
|
71
|
+
| **🩺 Docker HEALTHCHECK** | Native healthcheck in standalone and addon images |
|
|
72
|
+
| **🔒 Admin Password Hashing** | Admin password stored hashed, `timingSafeEqual` for lock PIN verification |
|
|
73
|
+
| **🧵 Matter.js 0.16.11** | Updated Matter stack |
|
|
74
|
+
| **🌍 Polish + Traditional Chinese** | New `pl` and `zh-tw` locales |
|
|
75
|
+
|
|
76
|
+
**Fix highlights:** vacuum keepalive for Apple Home "Updating…" ([#287](https://github.com/RiDDiX/home-assistant-matter-hub/issues/287)), multi-phase clean progress ([#281](https://github.com/RiDDiX/home-assistant-matter-hub/issues/281)), GenericSwitch single/multi split for Apple Home buttons ([#289](https://github.com/RiDDiX/home-assistant-matter-hub/issues/289)), HA restart attribute guards ([#286](https://github.com/RiDDiX/home-assistant-matter-hub/issues/286)), fan speed restore on turn-on ([#275](https://github.com/RiDDiX/home-assistant-matter-hub/issues/275)), moisture sensor auto-map to HumiditySensor ([#273](https://github.com/RiDDiX/home-assistant-matter-hub/issues/273)), TV speaker override ([#293](https://github.com/RiDDiX/home-assistant-matter-hub/issues/293)), rain + radon sensor auto-mapping, composed sub-endpoint cleanup.
|
|
77
|
+
|
|
78
|
+
**Previously in v2.0.36:**
|
|
58
79
|
|
|
59
80
|
| Feature | Description |
|
|
60
81
|
|---------|-------------|
|
|
@@ -70,21 +91,12 @@ of port forwarding etc.
|
|
|
70
91
|
| **🔥 Cooling-Only Thermostat Fix** | Prevent HeatingOnly on cooling-only thermostat ([#264](https://github.com/RiDDiX/home-assistant-matter-hub/issues/264)) |
|
|
71
92
|
| **↔️ Per-Entity Cover Swap** | Individual coverSwapOpenClose per cover ([#263](https://github.com/RiDDiX/home-assistant-matter-hub/issues/263)) |
|
|
72
93
|
|
|
73
|
-
**Previously in v2.0.35:**
|
|
74
|
-
|
|
75
|
-
| Feature | Description |
|
|
76
|
-
|---------|-------------|
|
|
77
|
-
| **🏠 HA 2026.3 Clean Area Support** | Native support for the new `vacuum.clean_area` action |
|
|
78
|
-
| **🤖 Valetudo Identifier Mapping** | Custom `valetudoIdentifier` for MQTT topic case mismatches |
|
|
79
|
-
| **🔌 Plugin System Hardening** | Validation, API version check, tgz upload/local install |
|
|
80
|
-
| **📖 Docusaurus Docs** | New documentation site with improved search and navigation |
|
|
81
|
-
|
|
82
94
|
</details>
|
|
83
95
|
|
|
84
96
|
<details>
|
|
85
97
|
<summary><strong>🧪 Alpha Features (v2.1.0-alpha.x)</strong> - Click to expand</summary>
|
|
86
98
|
|
|
87
|
-
**Alpha is currently
|
|
99
|
+
**Alpha is currently level with Stable (v2.0.38).** All alpha features from the v2.1.0-alpha.600 line have been promoted into v2.0.38. New alpha work continues from `v2.1.0-alpha.601` onward and will appear here as development progresses.
|
|
88
100
|
|
|
89
101
|
</details>
|
|
90
102
|
|
|
@@ -110,6 +122,9 @@ of port forwarding etc.
|
|
|
110
122
|
<details>
|
|
111
123
|
<summary><strong>📜 Previous Stable Versions</strong> - Click to expand</summary>
|
|
112
124
|
|
|
125
|
+
### v2.0.37
|
|
126
|
+
Aqara productNameFromNodeLabel flag, Matter.js 0.16.11, Swedish locale update
|
|
127
|
+
|
|
113
128
|
### v2.0.35
|
|
114
129
|
HA 2026.3 Clean Area Support, Valetudo Identifier Mapping, Plugin System Hardening, Registry Fingerprint Fix, Roomba Battery Fix, Contact Sensor Fix, Script Momentary Fix, Docusaurus Docs
|
|
115
130
|
|
|
@@ -412,6 +427,7 @@ This project thrives thanks to the amazing community! Special thanks to everyone
|
|
|
412
427
|
| [@markgaze](https://github.com/markgaze) | 🤖 **Code Contributor** - Ecovacs Deebot room support ([#118](https://github.com/RiDDiX/home-assistant-matter-hub/pull/118)) |
|
|
413
428
|
| [@omerfaruk-aran](https://github.com/omerfaruk-aran) | 🔧 **Network Debugging Expert** - Systematic mDNS/multicast root cause analysis for "No Response" issues ([#129](https://github.com/RiDDiX/home-assistant-matter-hub/issues/129)) |
|
|
414
429
|
| [@gustavakerstrom](https://github.com/gustavakerstrom) | 🤖 **Code Contributor** - Template description display fix ([#215](https://github.com/RiDDiX/home-assistant-matter-hub/pull/215)) |
|
|
430
|
+
| [@aetasoul](https://github.com/aetasoul) | 🤖 **Code Contributor** - Immediate force sync on startup to beat stale Alexa queues ([#282](https://github.com/RiDDiX/home-assistant-matter-hub/pull/282)) |
|
|
415
431
|
|
|
416
432
|
<details>
|
|
417
433
|
<summary><strong>📋 Issue Tracker - All Contributors</strong> (click to expand)</summary>
|
|
@@ -486,6 +502,8 @@ Thank you to everyone who helps improve this project by reporting issues!
|
|
|
486
502
|
|
|
487
503
|
If you find this project useful, consider supporting its development:
|
|
488
504
|
|
|
505
|
+
[](https://github.com/sponsors/RiDDiX)
|
|
506
|
+
[](https://ko-fi.com/riddix)
|
|
489
507
|
[](https://www.paypal.me/RiDDiX93)
|
|
490
508
|
|
|
491
509
|
Your support helps cover hosting costs and motivates continued development. Thank you! ❤️
|