Skip to content

Commit

Permalink
Add support Sonoff Zigbee Smart Curtain #1283
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexxIT committed Feb 13, 2024
1 parent 4ec3fd2 commit 4a08114
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions custom_components/sonoff/core/devices.py
Original file line number Diff line number Diff line change
Expand Up @@ -395,6 +395,8 @@ def spec(cls, base: str = None, enabled: bool = None, **kwargs) -> type:
XRemoteButton,
Battery,
],
# https://github.com/AlexxIT/SonoffLAN/issues/1283
7006: [XZigbeeCover, spec(XSensor, param="battery")],
7014: [
spec(XSensor100, param="temperature"),
spec(XSensor100, param="humidity"),
Expand Down

0 comments on commit 4a08114

Please sign in to comment.