@riddix/hamh 2.0.30 → 2.0.32

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.30 | Production-ready, recommended for most users |
40
+ | **Stable** | `main` | v2.0.32 | 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,30 +52,36 @@ of port forwarding etc.
52
52
  ## 🎉 What's New
53
53
 
54
54
  <details>
55
- <summary><strong>📦 Stable Features (v2.0.30)</strong> - Click to expand</summary>
55
+ <summary><strong>📦 Stable Features (v2.0.32)</strong> - Click to expand</summary>
56
56
 
57
- **New in v2.0.30:**
57
+ **New in v2.0.32:**
58
58
 
59
59
  | Feature | Description |
60
60
  |---------|-------------|
61
- | **� Mapped Entity Propagation Fix** | Propagate mapped entity changes (battery, humidity, etc.) to Matter endpoints fixes stale sensor readings |
62
- | **🖥️ API Error Surfacing** | Surface API errors instead of silently swallowing them ([#232](https://github.com/RiDDiX/home-assistant-matter-hub/issues/232)) |
63
-
64
- **Previously in v2.0.29:**
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:**
65
72
 
66
73
  | Feature | Description |
67
74
  |---------|-------------|
68
- | **� Light currentLevel Fix** | Retain light currentLevel when off to prevent Apple Home 100% brightness on turn-on ([#225](https://github.com/RiDDiX/home-assistant-matter-hub/issues/225)) |
69
- | **�️ Bridge Config Save Fix** | Decouple save button from RJSF schema validation errors ([#232](https://github.com/RiDDiX/home-assistant-matter-hub/issues/232)) |
70
- | **🌀 Fan Device Feature Fix** | Correct FanDeviceFeature TURN_ON/TURN_OFF enum values to match Home Assistant |
71
- | **🌡️ Humidity Auto-Mapping Fix** | Correct autoHumidityMapping schema default to match runtime behavior |
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)) |
72
78
 
73
79
  </details>
74
80
 
75
81
  <details>
76
82
  <summary><strong>🧪 Alpha Features (v2.1.0-alpha.x)</strong> - Click to expand</summary>
77
83
 
78
- **Alpha is currently in sync with Stable (v2.0.30).** 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.32).** All alpha features have been promoted to stable. New alpha features will appear here as development continues.
79
85
 
80
86
  </details>
81
87
 
@@ -101,6 +107,12 @@ of port forwarding etc.
101
107
  <details>
102
108
  <summary><strong>📜 Previous Stable Versions</strong> - Click to expand</summary>
103
109
 
110
+ ### v2.0.31
111
+ Controller Profiles & Area Setup, Fan Speed/Preset Fix, Optimistic State Fix, Cover Target Fix, Humidity Auto-Mapping Default
112
+
113
+ ### v2.0.30
114
+ Mapped Entity Propagation Fix, API Error Surfacing
115
+
104
116
  ### v2.0.29
105
117
  Light currentLevel Fix, Bridge Config Save Fix, Fan Device Feature Fix, Humidity Auto-Mapping Fix
106
118
 
@@ -425,25 +437,20 @@ Thank you to everyone who helps improve this project by reporting issues!
425
437
 
426
438
  ### 💖 Sponsors
427
439
 
428
- > **Donations are completely voluntary!** I'm incredibly grateful to everyone who has supported this project - it wasn't necessary, but it truly means a lot. This project exists because of passion for open source, not money. ❤️
429
-
430
- | Sponsor | |
431
- |---------|---|
432
- | [@thorsten-gehrig](https://github.com/thorsten-gehrig) | 🥇 **First Sponsor!** Thank you for believing in this project! |
433
- | [@SH1FT-W](https://github.com/SH1FT-W) | 💎 Thank you for your generous support! |
434
- | [@ilGaspa](https://github.com/ilGaspa) | 💎 Thank you for your generous support! |
435
- | [@linux4life798](https://github.com/linux4life798) | 💎 Thank you for your generous support! |
436
- | [@torandreroland](https://github.com/torandreroland) | 💎 Thank you for your generous support! |
437
- | [@ralondo](https://github.com/ralondo) | 💎 Thank you for your generous support! |
438
- | [@bexxter85-ux](https://github.com/bexxter85-ux) | 💎 Thank you for your generous support! |
439
- | [@dinariox](https://github.com/dinariox) | 💎 Thank you for your generous support! |
440
- | StefanS | 💎 Thank you for your generous support! |
441
- | Manny B. | 💎 Thank you for your generous support! |
442
- | [@JRCondat](https://github.com/JRCondat) | 💎 Thank you for your generous support! |
443
- | Bonjon | 💎 Thank you for your generous support! |
444
- | TobiR | 💎 Thank you for your generous support! |
445
- | [@d3rby91](https://github.com/d3rby91) | 💎 Thank you for your generous support! |
446
- | *Anonymous supporters* | 🙏 Thank you to those who prefer not to be named - your support is equally appreciated! |
440
+ > **Donations are completely voluntary!** This project exists because of passion for open source, not money. Thank you to everyone who has supported it it truly means a lot! ❤️
441
+
442
+ 🥇 **First Sponsor:** [@thorsten-gehrig](https://github.com/thorsten-gehrig)
443
+
444
+ | | | |
445
+ |---|---|---|
446
+ | 💎 [@SH1FT-W](https://github.com/SH1FT-W) | 💎 [@ilGaspa](https://github.com/ilGaspa) | 💎 [@linux4life798](https://github.com/linux4life798) |
447
+ | 💎 [@torandreroland](https://github.com/torandreroland) | 💎 [@ralondo](https://github.com/ralondo) | 💎 [@bexxter85-ux](https://github.com/bexxter85-ux) |
448
+ | 💎 [@dinariox](https://github.com/dinariox) | 💎 [@JRCondat](https://github.com/JRCondat) | 💎 [@d3rby91](https://github.com/d3rby91) |
449
+ | 💎 [@nicoodeimos](https://github.com/nicoodeimos) | 💎 [@ustari28](https://github.com/ustari28) | 💎 Markus Müller ([@Dingosworld](https://github.com/Dingosworld)) |
450
+ | 💎 StefanS | 💎 Manny B. | 💎 Bonjon |
451
+ | 💎 TobiR | 💎 Franz Huber | 💎 Michele Larese de Prata |
452
+
453
+ 🙏 *...and anonymous supporters who prefer not to be named.*
447
454
 
448
455
  ### 🌟 Original Author
449
456