Skip to content

Commit 41fde2f

Browse files
committed
Add MINI-ZBRBS shutter relay
#1666 by @Patxinho
1 parent b3d3929 commit 41fde2f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

custom_components/sonoff/core/devices.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -641,6 +641,8 @@ def spec(cls, base: str = None, enabled: bool = None, **kwargs) -> type:
641641
],
642642
# SNZB-02WD, https://github.com/AlexxIT/SonoffLAN/issues/1612
643643
7033: [XTempCorrection, XHumCorrection, Battery, ZRSSI],
644+
# MINI-ZBRBS, https://github.com/AlexxIT/SonoffLAN/issues/1666
645+
7034: [XCover, LED, RSSI],
644646
}
645647

646648

0 commit comments

Comments
 (0)