diff --git a/custom_components/sonoff/core/devices.py b/custom_components/sonoff/core/devices.py index 698b40d..3315338 100644 --- a/custom_components/sonoff/core/devices.py +++ b/custom_components/sonoff/core/devices.py @@ -757,6 +757,13 @@ def spec(cls, base: str = None, enabled: bool = None, **kwargs) -> type: 7039: [XButtonKey, Battery, ZRSSI], # SWV-ZNE, https://github.com/AlexxIT/SonoffLAN/issues/1814 7047: [spec(XBoolSwitch, param="switch_00", uid="switch"), Battery, ZRSSI], + # SNZB-02B + 7052: [ + spec(XSensor100, param="temperature"), + spec(XSensor100, param="humidity"), + Battery, + ZRSSI + ], # SNZB-03PR2 https://github.com/AlexxIT/SonoffLAN/issues/1824 7055: [XHumanSensor, spec(XSensor, param="illumination"), Battery, ZRSSI], }