@riddix/hamh 2.0.35 → 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 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.35 | Production-ready, recommended for most users |
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,36 +52,39 @@ of port forwarding etc.
52
52
  ## 🎉 What's New
53
53
 
54
54
  <details>
55
- <summary><strong>📦 Stable Features (v2.0.35)</strong> - Click to expand</summary>
55
+ <summary><strong>📦 Stable Features (v2.0.36)</strong> - Click to expand</summary>
56
56
 
57
- **New in v2.0.35:**
57
+ **New in v2.0.36:**
58
58
 
59
59
  | Feature | Description |
60
60
  |---------|-------------|
61
- | **🏠 HA 2026.3 Clean Area Support** | Native support for the new `vacuum.clean_area` action |
62
- | **🤖 Valetudo Identifier Mapping** | Custom `valetudoIdentifier` for MQTT topic case mismatches, fix segment cleaning sending all rooms |
63
- | **🔌 Plugin System Hardening** | Validation, API version check, tgz upload/local install, expanded device types, bridge vendorId |
64
- | **🔍 Registry Fingerprint Fix** | Include device labels, area, name and model in fingerprint ([#243](https://github.com/RiDDiX/home-assistant-matter-hub/issues/243), [#256](https://github.com/RiDDiX/home-assistant-matter-hub/issues/256)) |
65
- | **🔋 Roomba Battery Fix** | Handle string battery attributes for Rest980/Roomba vacuums ([#255](https://github.com/RiDDiX/home-assistant-matter-hub/issues/255)) |
66
- | **📡 Contact Sensor Fix** | Correct Open/Closed display in HAMH UI ([#254](https://github.com/RiDDiX/home-assistant-matter-hub/issues/254)) |
67
- | **⚡ Script Momentary Fix** | Make scripts momentary and fix autoReset optimistic guard conflict ([#253](https://github.com/RiDDiX/home-assistant-matter-hub/issues/253)) |
68
- | **📊 Mapped Entity Updates Fix** | Bypass matter.js isDeepEqual for mapped entity updates ([#237](https://github.com/RiDDiX/home-assistant-matter-hub/issues/237)) |
69
- | **📖 Docusaurus Docs** | New documentation site with improved search and navigation |
70
-
71
- **Previously in v2.0.34:**
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:**
72
74
 
73
75
  | Feature | Description |
74
76
  |---------|-------------|
75
- | **💾 Automatic Backup** | Automatic backup with retention policy and snapshot management |
76
- | **🔋 Vacuum Battery Auto-Map** | Always auto-map battery entity for vacuum endpoints ([#237](https://github.com/RiDDiX/home-assistant-matter-hub/issues/237)) |
77
- | **⚙️ Deprecated Feature Flags Fix** | Allow deprecated feature flags in stored bridge data to pass validation |
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 |
78
81
 
79
82
  </details>
80
83
 
81
84
  <details>
82
85
  <summary><strong>🧪 Alpha Features (v2.1.0-alpha.x)</strong> - Click to expand</summary>
83
86
 
84
- **Alpha is currently in sync with Stable (v2.0.35).** All alpha features have been promoted to stable. New alpha features will appear here as development continues.
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.
85
88
 
86
89
  </details>
87
90
 
@@ -107,6 +110,9 @@ of port forwarding etc.
107
110
  <details>
108
111
  <summary><strong>📜 Previous Stable Versions</strong> - Click to expand</summary>
109
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
+
110
116
  ### v2.0.34
111
117
  Automatic Backup, Vacuum Battery Auto-Map, Deprecated Feature Flags Fix
112
118
 
@@ -329,7 +335,7 @@ Matter relies heavily on **mDNS (multicast DNS)** for device discovery and reach
329
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)
330
336
  - **Use wired connections** where possible for Home Hubs and the Home Assistant host
331
337
  - **Same subnet**: All Matter devices, controllers, and the bridge must be on the same Layer 2 network / subnet
332
- - **IPv6**: Matter uses IPv6 link-local addresses make sure IPv6 is not disabled on your network
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)
333
339
 
334
340
  </details>
335
341
 
@@ -458,6 +464,8 @@ Thank you to everyone who helps improve this project by reporting issues!
458
464
  | 💎 [@nicoodeimos](https://github.com/nicoodeimos) | 💎 [@ustari28](https://github.com/ustari28) | 💎 Markus Müller ([@Dingosworld](https://github.com/Dingosworld)) |
459
465
  | 💎 StefanS | 💎 Manny B. | 💎 Bonjon |
460
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) | |
461
469
 
462
470
  🙏 *...and anonymous supporters who prefer not to be named.*
463
471