@riddix/hamh 2.0.31 → 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 +35 -32
- package/dist/backend/cli.js +4940 -2228
- package/dist/backend/cli.js.map +4 -4
- package/dist/frontend/assets/index-DUWEXWTZ.js +499 -0
- package/dist/frontend/index.html +1 -1
- package/package.json +4 -4
- package/dist/frontend/assets/index-g6UDNEhe.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.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,31 +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.32)</strong> - Click to expand</summary>
|
|
56
56
|
|
|
57
|
-
**New in v2.0.
|
|
57
|
+
**New in v2.0.32:**
|
|
58
58
|
|
|
59
59
|
| Feature | Description |
|
|
60
60
|
|---------|-------------|
|
|
61
|
-
|
|
|
62
|
-
|
|
|
63
|
-
|
|
|
64
|
-
|
|
|
65
|
-
|
|
|
66
|
-
|
|
67
|
-
**
|
|
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:**
|
|
68
72
|
|
|
69
73
|
| Feature | Description |
|
|
70
74
|
|---------|-------------|
|
|
71
|
-
|
|
|
72
|
-
|
|
|
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)) |
|
|
73
78
|
|
|
74
79
|
</details>
|
|
75
80
|
|
|
76
81
|
<details>
|
|
77
82
|
<summary><strong>🧪 Alpha Features (v2.1.0-alpha.x)</strong> - Click to expand</summary>
|
|
78
83
|
|
|
79
|
-
**Alpha is currently in sync with Stable (v2.0.
|
|
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.
|
|
80
85
|
|
|
81
86
|
</details>
|
|
82
87
|
|
|
@@ -102,6 +107,9 @@ of port forwarding etc.
|
|
|
102
107
|
<details>
|
|
103
108
|
<summary><strong>📜 Previous Stable Versions</strong> - Click to expand</summary>
|
|
104
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
|
+
|
|
105
113
|
### v2.0.30
|
|
106
114
|
Mapped Entity Propagation Fix, API Error Surfacing
|
|
107
115
|
|
|
@@ -429,25 +437,20 @@ Thank you to everyone who helps improve this project by reporting issues!
|
|
|
429
437
|
|
|
430
438
|
### 💖 Sponsors
|
|
431
439
|
|
|
432
|
-
> **Donations are completely voluntary!**
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
|
437
|
-
|
|
438
|
-
| [@
|
|
439
|
-
| [@
|
|
440
|
-
| [@
|
|
441
|
-
| [@
|
|
442
|
-
|
|
|
443
|
-
|
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
| [@JRCondat](https://github.com/JRCondat) | 💎 Thank you for your generous support! |
|
|
447
|
-
| Bonjon | 💎 Thank you for your generous support! |
|
|
448
|
-
| TobiR | 💎 Thank you for your generous support! |
|
|
449
|
-
| [@d3rby91](https://github.com/d3rby91) | 💎 Thank you for your generous support! |
|
|
450
|
-
| *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.*
|
|
451
454
|
|
|
452
455
|
### 🌟 Original Author
|
|
453
456
|
|