@riddix/hamh 2.0.28 → 2.0.29
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.
|
|
40
|
+
| **Stable** | `main` | v2.0.29 | 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,9 +52,18 @@ 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.29)</strong> - Click to expand</summary>
|
|
56
56
|
|
|
57
|
-
**New in v2.0.
|
|
57
|
+
**New in v2.0.29:**
|
|
58
|
+
|
|
59
|
+
| Feature | Description |
|
|
60
|
+
|---------|-------------|
|
|
61
|
+
| **💡 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)) |
|
|
62
|
+
| **🖥️ Bridge Config Save Fix** | Decouple save button from RJSF schema validation errors — save works even with optional field warnings ([#232](https://github.com/RiDDiX/home-assistant-matter-hub/issues/232)) |
|
|
63
|
+
| **🌀 Fan Device Feature Fix** | Correct FanDeviceFeature TURN_ON/TURN_OFF enum values to match Home Assistant |
|
|
64
|
+
| **🌡️ Humidity Auto-Mapping Fix** | Correct autoHumidityMapping schema default to match runtime behavior |
|
|
65
|
+
|
|
66
|
+
**Previously in v2.0.28:**
|
|
58
67
|
|
|
59
68
|
| Feature | Description |
|
|
60
69
|
|---------|-------------|
|
|
@@ -66,30 +75,13 @@ of port forwarding etc.
|
|
|
66
75
|
| **💡 Light Brightness Fix** | Prevent brightness reset on turn-on by setting onLevel to null ([#225](https://github.com/RiDDiX/home-assistant-matter-hub/issues/225)) |
|
|
67
76
|
| **🌀 Fan Speed Fixes** | speedMax cap raised from 10 to 100 (Matter spec max), retain speed when off ([#225](https://github.com/RiDDiX/home-assistant-matter-hub/issues/225)) |
|
|
68
77
|
| **🌡️ Composed Air Purifier Fix** | Flatten to single endpoint for correct Apple Home primary tile ([#218](https://github.com/RiDDiX/home-assistant-matter-hub/issues/218)) |
|
|
69
|
-
| **🤖 Dreame Multi-Floor Fix** | Switch floor map before vacuum_clean_segment for multi-floor rooms |
|
|
70
|
-
| **🤖 Custom Service Areas Fix** | Register as RvcRunMode room modes for Apple Home zone dispatch |
|
|
71
|
-
| **⚡ Optimistic State Updates** | Level and color control commands respond immediately |
|
|
72
|
-
| **�️ Frontend Improvements** | Error boundary, 404 page, WCAG contrast, theme-aware UI, HA ingress compatibility |
|
|
73
|
-
|
|
74
|
-
**Previously in v2.0.27:**
|
|
75
|
-
|
|
76
|
-
| Feature | Description |
|
|
77
|
-
|---------|-------------|
|
|
78
|
-
| **🤖 Native Valetudo Support** | Auto-detect Valetudo select entities, map segments, use `segment_cleanup` via MQTT for room cleaning ([#205](https://github.com/RiDDiX/home-assistant-matter-hub/issues/205)) |
|
|
79
|
-
| **🤖 Custom Service Areas** | Define custom room/zone names for generic zone-based robots without native room support ([#177](https://github.com/RiDDiX/home-assistant-matter-hub/issues/177)) |
|
|
80
|
-
| **🚨 Alarm Control Panel** | `alarm_control_panel` entities exposed as Matter ModeSelect — arm/disarm modes available in controllers ([#209](https://github.com/RiDDiX/home-assistant-matter-hub/issues/209)) |
|
|
81
|
-
| **🌡️ Composed Air Purifier** | Air purifiers with thermostat/humidity sensors create real Matter Composed Devices (spec 9.4.4) |
|
|
82
|
-
| **🏢 Vendor Brand Icons** | 20+ new manufacturer icons (Razer, Roborock, iRobot, Signify, and more) |
|
|
83
|
-
| **� linux/arm/v7 Docker** | Added ARM v7 platform for standalone Docker image |
|
|
84
|
-
| **🌡️ Thermostat Fixes** | heat_cool-only zones, SmartIR AC conformance fix ([#207](https://github.com/RiDDiX/home-assistant-matter-hub/issues/207), [#28](https://github.com/RiDDiX/home-assistant-matter-hub/issues/28)) |
|
|
85
|
-
| **🔧 Air Purifier Fix** | Added Rocking (oscillation) and Wind feature support, removed incorrect Lighting feature |
|
|
86
78
|
|
|
87
79
|
</details>
|
|
88
80
|
|
|
89
81
|
<details>
|
|
90
82
|
<summary><strong>🧪 Alpha Features (v2.1.0-alpha.x)</strong> - Click to expand</summary>
|
|
91
83
|
|
|
92
|
-
**Alpha is currently in sync with Stable (v2.0.
|
|
84
|
+
**Alpha is currently in sync with Stable (v2.0.29).** All alpha features have been promoted to stable. New alpha features will appear here as development continues.
|
|
93
85
|
|
|
94
86
|
</details>
|
|
95
87
|
|
|
@@ -115,6 +107,9 @@ of port forwarding etc.
|
|
|
115
107
|
<details>
|
|
116
108
|
<summary><strong>📜 Previous Stable Versions</strong> - Click to expand</summary>
|
|
117
109
|
|
|
110
|
+
### v2.0.28
|
|
111
|
+
Device Image Support, Custom Fan Speed Mapping, TV Source Selection, Reverse Proxy Base Path, On/Off-Only Fans, Light Brightness Fix, Fan Speed Fixes, Composed Air Purifier Fix, Dreame Multi-Floor Fix, Optimistic State Updates, Frontend Improvements
|
|
112
|
+
|
|
118
113
|
### v2.0.27
|
|
119
114
|
Valetudo support, Custom Service Areas, ServiceArea Maps, Vacuum Identify/Locate/Charging, Alarm Control Panel, Composed Air Purifier, Dashboard Controls, Vendor Brand Icons, Thermostat fixes, Air Purifier oscillation/wind
|
|
120
115
|
|
package/dist/backend/cli.js
CHANGED
|
@@ -146220,8 +146220,8 @@ var init_fan = __esm({
|
|
|
146220
146220
|
FanDeviceFeature2[FanDeviceFeature2["OSCILLATE"] = 2] = "OSCILLATE";
|
|
146221
146221
|
FanDeviceFeature2[FanDeviceFeature2["DIRECTION"] = 4] = "DIRECTION";
|
|
146222
146222
|
FanDeviceFeature2[FanDeviceFeature2["PRESET_MODE"] = 8] = "PRESET_MODE";
|
|
146223
|
-
FanDeviceFeature2[FanDeviceFeature2["
|
|
146224
|
-
FanDeviceFeature2[FanDeviceFeature2["
|
|
146223
|
+
FanDeviceFeature2[FanDeviceFeature2["TURN_ON"] = 16] = "TURN_ON";
|
|
146224
|
+
FanDeviceFeature2[FanDeviceFeature2["TURN_OFF"] = 32] = "TURN_OFF";
|
|
146225
146225
|
})(FanDeviceFeature || (FanDeviceFeature = {}));
|
|
146226
146226
|
}
|
|
146227
146227
|
});
|
|
@@ -146694,7 +146694,7 @@ var init_bridge_config_schema = __esm({
|
|
|
146694
146694
|
title: "Auto Humidity Mapping",
|
|
146695
146695
|
description: "Automatically combine humidity sensors with temperature sensors from the same Home Assistant device. When enabled, humidity sensors will be merged into temperature sensors to create combined TemperatureHumiditySensor devices.",
|
|
146696
146696
|
type: "boolean",
|
|
146697
|
-
default:
|
|
146697
|
+
default: false
|
|
146698
146698
|
},
|
|
146699
146699
|
autoPressureMapping: {
|
|
146700
146700
|
title: "Auto Pressure Mapping",
|
|
@@ -169567,7 +169567,7 @@ var config8 = {
|
|
|
169567
169567
|
if (brightness != null) {
|
|
169568
169568
|
return brightness / 255;
|
|
169569
169569
|
}
|
|
169570
|
-
return
|
|
169570
|
+
return null;
|
|
169571
169571
|
},
|
|
169572
169572
|
moveToLevelPercent: (brightnessPercent) => ({
|
|
169573
169573
|
action: "light.turn_on",
|