@riddix/hamh 2.0.32 → 2.0.34
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 +17 -18
- package/dist/backend/cli.js +908 -474
- package/dist/backend/cli.js.map +4 -4
- package/dist/frontend/assets/{index-DUWEXWTZ.js → index-ranhrLWH.js} +177 -177
- package/dist/frontend/index.html +1 -1
- package/package.json +4 -4
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.34 | 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,29 @@ 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.34)</strong> - Click to expand</summary>
|
|
56
56
|
|
|
57
|
-
**New in v2.0.
|
|
57
|
+
**New in v2.0.34:**
|
|
58
58
|
|
|
59
59
|
| Feature | Description |
|
|
60
60
|
|---------|-------------|
|
|
61
|
-
|
|
|
62
|
-
|
|
|
63
|
-
|
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
| **🗺️ Mapping Profile Export/Import** | Community sharing with selective entity picker dialog |
|
|
67
|
-
| **🌀 Fan & Air Purifier Fixes** | Cross-cluster OnOff↔FanControl sync, composed air purifier sub-endpoints ([#218](https://github.com/RiDDiX/home-assistant-matter-hub/issues/218), [#219](https://github.com/RiDDiX/home-assistant-matter-hub/issues/219)) |
|
|
68
|
-
| **🧹 Stale Session Cleanup** | Clean up stale CASE sessions on new establishment ([#105](https://github.com/RiDDiX/home-assistant-matter-hub/issues/105)) |
|
|
69
|
-
| **🪟 KNX Cover Fix** | Skip redundant tilt action on open/close for KNX covers ([#246](https://github.com/RiDDiX/home-assistant-matter-hub/issues/246)) |
|
|
70
|
-
|
|
71
|
-
**Previously in v2.0.31:**
|
|
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:**
|
|
72
66
|
|
|
73
67
|
| Feature | Description |
|
|
74
68
|
|---------|-------------|
|
|
75
|
-
|
|
|
76
|
-
|
|
|
77
|
-
| **💡 Optimistic State Fix** | Prevent stale HA state from reverting optimistic brightness/color updates ([#230](https://github.com/RiDDiX/home-assistant-matter-hub/issues/230)) |
|
|
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 |
|
|
78
71
|
|
|
79
72
|
</details>
|
|
80
73
|
|
|
81
74
|
<details>
|
|
82
75
|
<summary><strong>🧪 Alpha Features (v2.1.0-alpha.x)</strong> - Click to expand</summary>
|
|
83
76
|
|
|
84
|
-
**Alpha is currently in sync with Stable (v2.0.
|
|
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.
|
|
85
78
|
|
|
86
79
|
</details>
|
|
87
80
|
|
|
@@ -107,6 +100,12 @@ of port forwarding etc.
|
|
|
107
100
|
<details>
|
|
108
101
|
<summary><strong>📜 Previous Stable Versions</strong> - Click to expand</summary>
|
|
109
102
|
|
|
103
|
+
### v2.0.33
|
|
104
|
+
Endpoint Number Preservation, Binary Sensor Battery Auto-Map
|
|
105
|
+
|
|
106
|
+
### v2.0.32
|
|
107
|
+
Multi-Language Support, Plugin System, New Device Types (PIR, Rain, Electrical, AQ Sensors), Cluster Diagnostics, Dashboard Enhancements, Mapping Profile Export/Import, Fan & Air Purifier Fixes, Stale Session Cleanup, KNX Cover Fix
|
|
108
|
+
|
|
110
109
|
### v2.0.31
|
|
111
110
|
Controller Profiles & Area Setup, Fan Speed/Preset Fix, Optimistic State Fix, Cover Target Fix, Humidity Auto-Mapping Default
|
|
112
111
|
|