Skip to content

Commit

Permalink
Fix zigbee light spec
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexxIT committed Jan 4, 2024
1 parent 85f77fe commit 1309b77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/sonoff/core/devices.py
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ def spec(cls, base: str = None, enabled: bool = None, **kwargs) -> type:
212: [Switch1, Switch2, Switch3, Switch4, XT5Light, XT5Action], # T5-4C-86
1000: [XRemoteButton, Battery], # zigbee_ON_OFF_SWITCH_1000
1256: [spec(XSwitch, base="light")], # ZCL_HA_DEVICEID_ON_OFF_LIGHT
1257: [spec(XLightD1, base="light")], # ZigbeeWhiteLight
1257: [XLightD1], # ZigbeeWhiteLight
# https://github.com/AlexxIT/SonoffLAN/issues/972
1514: [XZigbeeCover, spec(XSensor, param="battery", multiply=2)],
1770: [
Expand Down

0 comments on commit 1309b77

Please sign in to comment.