Skip to content

Commit

Permalink
Add support SNZB-02D #1150
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexxIT committed Mar 30, 2023
1 parent 4bd94dc commit 657b40a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions custom_components/sonoff/core/devices.py
Original file line number Diff line number Diff line change
Expand Up @@ -323,6 +323,11 @@ def spec(cls, base: str = None, enabled: bool = None, **kwargs) -> type:
spec(XSensor100, param="humidity"),
Battery,
], # ZCL_HA_DEVICEID_TEMPERATURE_SENSOR
1771: [
spec(XSensor100, param="temperature"),
spec(XSensor100, param="humidity"),
Battery,
], # https://github.com/AlexxIT/SonoffLAN/issues/1150
2026: [XZigbeeMotion, Battery], # ZIGBEE_MOBILE_SENSOR
# ZIGBEE_DOOR_AND_WINDOW_SENSOR
3026: [
Expand Down

0 comments on commit 657b40a

Please sign in to comment.