Add support for 8-gang switches to Tuya (#67218)
This commit is contained in:
parent
5edb4cbdc6
commit
c62a3c4f0d
2 changed files with 12 additions and 0 deletions
|
@ -137,6 +137,16 @@ SWITCHES: dict[str, tuple[SwitchEntityDescription, ...]] = {
|
|||
name="Switch 6",
|
||||
device_class=SwitchDeviceClass.OUTLET,
|
||||
),
|
||||
SwitchEntityDescription(
|
||||
key=DPCode.SWITCH_7,
|
||||
name="Switch 7",
|
||||
device_class=SwitchDeviceClass.OUTLET,
|
||||
),
|
||||
SwitchEntityDescription(
|
||||
key=DPCode.SWITCH_8,
|
||||
name="Switch 8",
|
||||
device_class=SwitchDeviceClass.OUTLET,
|
||||
),
|
||||
SwitchEntityDescription(
|
||||
key=DPCode.SWITCH_USB1,
|
||||
name="USB 1",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue