Add switch to Tuya product category wsdcg (#85762)
This commit is contained in:
parent
b5956eb8dd
commit
612f93d636
1 changed files with 9 additions and 0 deletions
|
@ -567,6 +567,15 @@ SWITCHES: dict[str, tuple[SwitchEntityDescription, ...]] = {
|
||||||
entity_category=EntityCategory.CONFIG,
|
entity_category=EntityCategory.CONFIG,
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
# SIREN: Siren (switch) with Temperature and humidity sensor
|
||||||
|
# https://developer.tuya.com/en/docs/iot/f?id=Kavck4sr3o5ek
|
||||||
|
"wsdcg": (
|
||||||
|
SwitchEntityDescription(
|
||||||
|
key=DPCode.SWITCH,
|
||||||
|
name="Switch",
|
||||||
|
device_class=SwitchDeviceClass.OUTLET,
|
||||||
|
),
|
||||||
|
),
|
||||||
# Ceiling Light
|
# Ceiling Light
|
||||||
# https://developer.tuya.com/en/docs/iot/ceiling-light?id=Kaiuz03xxfc4r
|
# https://developer.tuya.com/en/docs/iot/ceiling-light?id=Kaiuz03xxfc4r
|
||||||
"xdd": (
|
"xdd": (
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue