You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+21-9Lines changed: 21 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,22 +12,34 @@ You can also sponsor Tamer here https://buymeacoffee.com/6sjde6vkzl for his inva
12
12
13
13
### Breaking Changes
14
14
15
-
New setups:
16
-
17
-
- these components are blacklisted (with entityBlackList) by default: "Lux", "Illuminance", "Vibration", "Button". This allows to create simplified devices for the controllers that don't manage correctly composed devices (i.e. Alexa and SmartThings).
18
-
- all switches are exposed like outlet (matter compliant).
19
-
- shellyplusi4, shellyi4g3, shellyix3 and shellybutton1 are automatically added to inputMomentaryList when discovered.
20
-
- expertMode is disabled (the config shows only username, password, whitelist and blackList).
21
-
22
15
New device types:
23
16
24
17
- shellyflood device type has been updated from contact sensor to water leak sensor.
25
18
- shellysmoke device type has been updated from contact sensor to smoke sensor.
26
-
- for all the rgb lights the device type has been updated from colorTemperatureLight to extendedColorLight. This solves SmartThings issues with color lights.
19
+
-the device type for all the rgb lights has been updated from colorTemperatureLight to extendedColorLight. This solves SmartThings issues with color lights.
27
20
28
-
If your controller has issues detecting the new device type, blacklist the flood and smoke devices, restart, remove the blacklist and restarat again. This will create a new endpoint on the controller.
21
+
If your controller has issues detecting the new device type, blacklist these devices, restart, remove the blacklist and restart again. This will create a new endpoint on the controller.
29
22
For shellyflood, if you have SmartThings, blacklist the Temperature entity for each flood device with deviceEntityBlackList to allow the controller to setup the correct driver.
30
23
24
+
## [2.0.9] - 2025-04-30
25
+
26
+
### Added
27
+
28
+
### Changed
29
+
30
+
-[package]: Added tsconfig.jest.json with "isolatedModules": true for ts-jest.
Copy file name to clipboardExpand all lines: COMPONENTS.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,13 @@
2
2
3
3
All components for all devices are exposed to Matter, but it is possible to exclude certain components globally or on a per-device basis.
4
4
5
+
New setups only:
6
+
7
+
- these components are blacklisted (with entityBlackList) by default: "Lux", "Illuminance", "Vibration", "Button". This allows to create simplified devices for the controllers that don't manage correctly composed devices (i.e. Alexa and SmartThings).
8
+
- all switches are exposed like outlet (matter compliant).
9
+
- shellyplusi4, shellyi4g3, shellyix3 and shellybutton1 are automatically added to inputMomentaryList when discovered.
10
+
- expertMode is disabled (the config shows only username, password, whitelist and blackList).
11
+
5
12
## Example 1: How to Blacklist a Component on a shellyplusrgbwpm Device
6
13
7
14
Given the components of a shellyplusrgbwpm device (as shown in the logs from the console or frontend):
0 commit comments