@riddix/hamh 2.0.33 → 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.32 | 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,36 +52,36 @@ of port forwarding etc.
52
52
  ## 🎉 What's New
53
53
 
54
54
  <details>
55
- <summary><strong>📦 Stable Features (v2.0.32)</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.32:**
57
+ **New in v2.0.35:**
58
58
 
59
59
  | Feature | Description |
60
60
  |---------|-------------|
61
- | **🌐 Multi-Language Support** | Full i18n with 7+ languages (EN, DE, SV, ZH, …), in-app Translation Editor, and floating language switcher |
62
- | **🔌 Plugin System** | Extensible plugin architecture with fault isolation, UI management, and npm install/uninstall |
63
- | **🌡️ New Device Types** | Motion Sensor (PIR), Rain Sensor, Electrical Sensor, Extended AQ Sensors (NO₂, O₃, formaldehyde, radon, PM1, CO), Adaptive Lighting |
64
- | **🔍 Cluster Diagnostics** | Per-entity cluster diagnostics with auto-mapping tags, cross-fabric metadata, and spec-based validation |
65
- | **📊 Dashboard Enhancements** | Customizable widgets with reorder/visibility, startup order, update checker, version mismatch detection |
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
+ | **🏠 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:**
72
72
 
73
73
  | Feature | Description |
74
74
  |---------|-------------|
75
- | **🎮 Controller Profiles & Area Setup** | New bridge wizard with controller-specific profiles (Apple Home, Google Home, Alexa) and area-based bridge setup |
76
- | **🌀 Fan Speed/Preset Fix** | Fix fan speed and preset control not working from Matter controllers ([#233](https://github.com/RiDDiX/home-assistant-matter-hub/issues/233)) |
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)) |
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 |
78
78
 
79
79
  </details>
80
80
 
81
81
  <details>
82
82
  <summary><strong>🧪 Alpha Features (v2.1.0-alpha.x)</strong> - Click to expand</summary>
83
83
 
84
- **Alpha is currently in sync with Stable (v2.0.32).** 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.
85
85
 
86
86
  </details>
87
87
 
@@ -107,6 +107,15 @@ of port forwarding etc.
107
107
  <details>
108
108
  <summary><strong>📜 Previous Stable Versions</strong> - Click to expand</summary>
109
109
 
110
+ ### v2.0.34
111
+ Automatic Backup, Vacuum Battery Auto-Map, Deprecated Feature Flags Fix
112
+
113
+ ### v2.0.33
114
+ Endpoint Number Preservation, Binary Sensor Battery Auto-Map
115
+
116
+ ### v2.0.32
117
+ 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
118
+
110
119
  ### v2.0.31
111
120
  Controller Profiles & Area Setup, Fan Speed/Preset Fix, Optimistic State Fix, Cover Target Fix, Humidity Auto-Mapping Default
112
121