@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 +21 -11
- package/dist/backend/cli.js +777 -422
- package/dist/backend/cli.js.map +4 -4
- package/dist/frontend/assets/index-CpNOwL9y.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.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.
|
|
55
|
+
<summary><strong>📦 Stable Features (v2.0.35)</strong> - Click to expand</summary>
|
|
56
56
|
|
|
57
|
-
**New in v2.0.
|
|
57
|
+
**New in v2.0.35:**
|
|
58
58
|
|
|
59
59
|
| Feature | Description |
|
|
60
60
|
|---------|-------------|
|
|
61
|
-
|
|
|
62
|
-
|
|
|
63
|
-
|
|
|
64
|
-
|
|
65
|
-
**
|
|
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
|
-
|
|
|
70
|
-
| **🔋
|
|
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.
|
|
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
|
|