Skip to content

Commit

Permalink
Merge pull request #1441 from wareczek/added-m5-devices
Browse files Browse the repository at this point in the history
added M5 devices
  • Loading branch information
AlexxIT authored Jul 13, 2024
2 parents a3d4cb2 + aa7f4ae commit e5babd0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion custom_components/sonoff/core/devices.py
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,9 @@ def spec(cls, base: str = None, enabled: bool = None, **kwargs) -> type:
], # MINIR3, MINIR4
# https://github.com/AlexxIT/SonoffLAN/issues/808
154: [XWiFiDoor, Battery, RSSI], # DW2-Wi-Fi-L
162: SPEC_3CH, # https://github.com/AlexxIT/SonoffLAN/issues/659
160: SPEC_1CH, # Sonoff SwitchMan M5-1C, https://github.com/AlexxIT/SonoffLAN/issues/1432
161: SPEC_2CH, # Sonoff SwitchMan M5-2C, https://github.com/AlexxIT/SonoffLAN/issues/1432
162: SPEC_3CH, # Sonoff SwitchMan M5-3C, https://github.com/AlexxIT/SonoffLAN/issues/659
165: [Switch1, Switch2, RSSI], # DualR3 Lite, without power consumption
# https://github.com/AlexxIT/SonoffLAN/issues/857
168: [RSSI], # new ZBBridge-P
Expand Down

0 comments on commit e5babd0

Please sign in to comment.