mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 03:07:37 +00:00
Add switch to Tuya product category wsdcg (#85762)
This commit is contained in:
parent
b5956eb8dd
commit
612f93d636
@ -567,6 +567,15 @@ SWITCHES: dict[str, tuple[SwitchEntityDescription, ...]] = {
|
||||
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
|
||||
# https://developer.tuya.com/en/docs/iot/ceiling-light?id=Kaiuz03xxfc4r
|
||||
"xdd": (
|
||||
|
Loading…
x
Reference in New Issue
Block a user