Support 4 channels switch (#63724)

This commit is contained in:
Sagi Bernstein 2022-01-10 14:27:47 +02:00 committed by GitHub
parent 0b28881b75
commit f00a029910
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -421,6 +421,11 @@ SWITCHES: dict[str, tuple[SwitchEntityDescription, ...]] = {
name="Switch 3",
device_class=SwitchDeviceClass.OUTLET,
),
SwitchEntityDescription(
key=DPCode.SWITCH_4,
name="Switch 4",
device_class=SwitchDeviceClass.OUTLET,
),
SwitchEntityDescription(
key=DPCode.CHILD_LOCK,
name="Child Lock",