@riddix/hamh 2.0.34 → 2.0.36
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 +30 -12
- package/dist/backend/cli.js +1664 -806
- package/dist/backend/cli.js.map +4 -4
- package/dist/frontend/assets/index-Ch5MWPnH.js +499 -0
- package/dist/frontend/index.html +1 -1
- package/package.json +4 -4
- package/dist/frontend/assets/index-ranhrLWH.js +0 -499
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.36 | 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,29 +52,39 @@ 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.36)</strong> - Click to expand</summary>
|
|
56
56
|
|
|
57
|
-
**New in v2.0.
|
|
57
|
+
**New in v2.0.36:**
|
|
58
58
|
|
|
59
59
|
| Feature | Description |
|
|
60
60
|
|---------|-------------|
|
|
61
|
-
|
|
|
62
|
-
|
|
|
63
|
-
|
|
|
64
|
-
|
|
65
|
-
**
|
|
61
|
+
| **🏗️ User-Defined Composed Devices** | Create custom composed devices via composedEntities mapping ([#220](https://github.com/RiDDiX/home-assistant-matter-hub/issues/220)) |
|
|
62
|
+
| **🔌 Plugin Domain Mappings** | Domain mapping support in plugin API with cloud-mock example |
|
|
63
|
+
| **🔋 Valve & Pump Battery** | Battery support for valve and pump endpoints |
|
|
64
|
+
| **🌐 German + Russian Translations** | Complete German translation and new Russian language |
|
|
65
|
+
| **📡 Session Recovery** | Graceful session close, dead session cleanup, mDNS re-announcement ([#266](https://github.com/RiDDiX/home-assistant-matter-hub/issues/266)) |
|
|
66
|
+
| **🔗 Quick Link to Failed Devices** | Dashboard quick link to failed devices ([#270](https://github.com/RiDDiX/home-assistant-matter-hub/issues/270)) |
|
|
67
|
+
| **🌡️ Thermostat Fix** | Skip climate.turn_on when already on ([#269](https://github.com/RiDDiX/home-assistant-matter-hub/issues/269)) |
|
|
68
|
+
| **🪟 Cover Fix** | Correct stale targetPosition during external movement ([#268](https://github.com/RiDDiX/home-assistant-matter-hub/issues/268)) |
|
|
69
|
+
| **🌬️ Air Purifier Fix** | Sub-endpoints for composed air purifier, manual temp/humidity mapping ([#265](https://github.com/RiDDiX/home-assistant-matter-hub/issues/265)) |
|
|
70
|
+
| **🔥 Cooling-Only Thermostat Fix** | Prevent HeatingOnly on cooling-only thermostat ([#264](https://github.com/RiDDiX/home-assistant-matter-hub/issues/264)) |
|
|
71
|
+
| **↔️ Per-Entity Cover Swap** | Individual coverSwapOpenClose per cover ([#263](https://github.com/RiDDiX/home-assistant-matter-hub/issues/263)) |
|
|
72
|
+
|
|
73
|
+
**Previously in v2.0.35:**
|
|
66
74
|
|
|
67
75
|
| Feature | Description |
|
|
68
76
|
|---------|-------------|
|
|
69
|
-
|
|
|
70
|
-
|
|
|
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 |
|
|
71
81
|
|
|
72
82
|
</details>
|
|
73
83
|
|
|
74
84
|
<details>
|
|
75
85
|
<summary><strong>🧪 Alpha Features (v2.1.0-alpha.x)</strong> - Click to expand</summary>
|
|
76
86
|
|
|
77
|
-
**Alpha is currently in sync with Stable (v2.0.
|
|
87
|
+
**Alpha is currently in sync with Stable (v2.0.36).** All alpha features have been promoted to stable. New alpha features will appear here as development continues.
|
|
78
88
|
|
|
79
89
|
</details>
|
|
80
90
|
|
|
@@ -100,6 +110,12 @@ of port forwarding etc.
|
|
|
100
110
|
<details>
|
|
101
111
|
<summary><strong>📜 Previous Stable Versions</strong> - Click to expand</summary>
|
|
102
112
|
|
|
113
|
+
### v2.0.35
|
|
114
|
+
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
|
+
|
|
116
|
+
### v2.0.34
|
|
117
|
+
Automatic Backup, Vacuum Battery Auto-Map, Deprecated Feature Flags Fix
|
|
118
|
+
|
|
103
119
|
### v2.0.33
|
|
104
120
|
Endpoint Number Preservation, Binary Sensor Battery Auto-Map
|
|
105
121
|
|
|
@@ -319,7 +335,7 @@ Matter relies heavily on **mDNS (multicast DNS)** for device discovery and reach
|
|
|
319
335
|
- **Keep the path simple**: Avoid placing access points or managed switches between your Matter bridge (Home Assistant) and your Home Hub (HomePod/Apple TV)
|
|
320
336
|
- **Use wired connections** where possible for Home Hubs and the Home Assistant host
|
|
321
337
|
- **Same subnet**: All Matter devices, controllers, and the bridge must be on the same Layer 2 network / subnet
|
|
322
|
-
- **IPv6**: Matter
|
|
338
|
+
- **IPv6**: Matter requires IPv6 — do not disable it. For VLAN setups, configure **ULA addresses** (`fd00::/8`), not just link-local (`fe80::`). See [Troubleshooting](https://home-assistant-matter-hub.riddix.dev/guides/connectivity-issues#ipv6) and [Discussion #39](https://github.com/RiDDiX/home-assistant-matter-hub/discussions/39)
|
|
323
339
|
|
|
324
340
|
</details>
|
|
325
341
|
|
|
@@ -448,6 +464,8 @@ Thank you to everyone who helps improve this project by reporting issues!
|
|
|
448
464
|
| 💎 [@nicoodeimos](https://github.com/nicoodeimos) | 💎 [@ustari28](https://github.com/ustari28) | 💎 Markus Müller ([@Dingosworld](https://github.com/Dingosworld)) |
|
|
449
465
|
| 💎 StefanS | 💎 Manny B. | 💎 Bonjon |
|
|
450
466
|
| 💎 TobiR | 💎 Franz Huber | 💎 Michele Larese de Prata |
|
|
467
|
+
| 💎 [@CNCB](https://github.com/CNCB) | 💎 [@pelican1997](https://github.com/pelican1997) | 💎 [@PeJanNL](https://github.com/PeJanNL) |
|
|
468
|
+
| 💎 [@bra1nbuster](https://github.com/bra1nbuster) | 💎 [@knuti1960](https://github.com/knuti1960) | |
|
|
451
469
|
|
|
452
470
|
🙏 *...and anonymous supporters who prefer not to be named.*
|
|
453
471
|
|