@riddix/hamh 2.0.34 → 2.0.35

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.34 | Production-ready, recommended for most users |
40
+ | **Stable** | `main` | v2.0.35 | 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,36 @@ of port forwarding etc.
52
52
  ## 🎉 What's New
53
53
 
54
54
  <details>
55
- <summary><strong>📦 Stable Features (v2.0.34)</strong> - Click to expand</summary>
55
+ <summary><strong>📦 Stable Features (v2.0.35)</strong> - Click to expand</summary>
56
56
 
57
- **New in v2.0.34:**
57
+ **New in v2.0.35:**
58
58
 
59
59
  | Feature | Description |
60
60
  |---------|-------------|
61
- | **💾 Automatic Backup** | Automatic backup with retention policy and snapshot management |
62
- | **🔋 Vacuum Battery Auto-Map** | Always auto-map battery entity for vacuum endpoints ([#237](https://github.com/RiDDiX/home-assistant-matter-hub/issues/237)) |
63
- | **⚙️ Deprecated Feature Flags Fix** | Allow deprecated feature flags in stored bridge data to pass validation |
64
-
65
- **Previously in v2.0.33:**
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:**
66
72
 
67
73
  | Feature | Description |
68
74
  |---------|-------------|
69
- | **🔢 Endpoint Number Preservation** | Preserve endpoint numbers across restarts ([#247](https://github.com/RiDDiX/home-assistant-matter-hub/issues/247)) |
70
- | **🔋 Binary Sensor Battery Auto-Map** | Support binary_sensor battery entities in auto-mapping |
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 |
71
78
 
72
79
  </details>
73
80
 
74
81
  <details>
75
82
  <summary><strong>🧪 Alpha Features (v2.1.0-alpha.x)</strong> - Click to expand</summary>
76
83
 
77
- **Alpha is currently in sync with Stable (v2.0.34).** All alpha features have been promoted to stable. New alpha features will appear here as development continues.
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.
78
85
 
79
86
  </details>
80
87
 
@@ -100,6 +107,9 @@ of port forwarding etc.
100
107
  <details>
101
108
  <summary><strong>📜 Previous Stable Versions</strong> - Click to expand</summary>
102
109
 
110
+ ### v2.0.34
111
+ Automatic Backup, Vacuum Battery Auto-Map, Deprecated Feature Flags Fix
112
+
103
113
  ### v2.0.33
104
114
  Endpoint Number Preservation, Binary Sensor Battery Auto-Map
105
115