Skip to content

Commit

Permalink
Add new zigbee light model #1456
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexxIT committed Sep 7, 2024
1 parent db85a72 commit 04dee31
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 @@ -411,6 +411,8 @@ def spec(cls, base: str = None, enabled: bool = None, **kwargs) -> type:
7004: [XSwitch, ZRSSI], # ZBMINIL2
# https://github.com/AlexxIT/SonoffLAN/issues/1283
7006: [XZigbeeCover, spec(XSensor, param="battery")],
# https://github.com/AlexxIT/SonoffLAN/issues/1456
7009: [XZigbeeLight], # CK-BL702-AL-01(7009_Z102LG03-1)
7014: [
spec(XSensor100, param="temperature"),
spec(XSensor100, param="humidity"),
Expand Down

0 comments on commit 04dee31

Please sign in to comment.