mirror of
https://github.com/home-assistant/core.git
synced 2025-08-07 06:35:10 +02:00
Add mbd Tuya light support (#65918)
This commit is contained in:
@@ -170,6 +170,17 @@ LIGHTS: dict[str, tuple[TuyaLightEntityDescription, ...]] = {
|
|||||||
entity_category=EntityCategory.CONFIG,
|
entity_category=EntityCategory.CONFIG,
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
# Unknown light product
|
||||||
|
# Found as VECINO RGBW as provided by diagnostics
|
||||||
|
# Not documented
|
||||||
|
"mbd": (
|
||||||
|
TuyaLightEntityDescription(
|
||||||
|
key=DPCode.SWITCH_LED,
|
||||||
|
color_mode=DPCode.WORK_MODE,
|
||||||
|
brightness=DPCode.BRIGHT_VALUE,
|
||||||
|
color_data=DPCode.COLOUR_DATA,
|
||||||
|
),
|
||||||
|
),
|
||||||
# Heater
|
# Heater
|
||||||
# https://developer.tuya.com/en/docs/iot/categoryqn?id=Kaiuz18kih0sm
|
# https://developer.tuya.com/en/docs/iot/categoryqn?id=Kaiuz18kih0sm
|
||||||
"qn": (
|
"qn": (
|
||||||
|
Reference in New Issue
Block a user