From 807148772a603f4f9859a9dae83df581f0da0e44 Mon Sep 17 00:00:00 2001 From: Alexey Khit Date: Tue, 15 Nov 2022 13:59:16 +0300 Subject: [PATCH] Add Sonoff B02-BL #1026 --- custom_components/sonoff/core/devices.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/custom_components/sonoff/core/devices.py b/custom_components/sonoff/core/devices.py index 86c6effe..8f1555ca 100644 --- a/custom_components/sonoff/core/devices.py +++ b/custom_components/sonoff/core/devices.py @@ -265,6 +265,8 @@ def spec(cls, base: str = None, enabled: bool = None, **kwargs) -> type: XTemperatureNS, XOutdoorTempNS, ], # Sonoff NS Panel + # https://github.com/AlexxIT/SonoffLAN/issues/1026 + 135: [XLightB02, RSSI], # Sonoff B02-BL # https://github.com/AlexxIT/SonoffLAN/issues/766 136: [XLightB05B, RSSI], # Sonoff B05-BL 137: [XLightL1, RSSI],