mirror of
https://github.com/home-assistant/core.git
synced 2025-07-16 17:57:11 +00:00
Add Tyua Product Category "dsd" for Filament Light (#106709)
* Add Product Category "dsd" support to tuya integration for Filament Lights * remove unnecessary color_temp and color_data arguments --------- Co-authored-by: Jan Čermák <sairon@users.noreply.github.com>
This commit is contained in:
parent
bc539a946f
commit
371ee1aa8e
@ -118,6 +118,18 @@ LIGHTS: dict[str, tuple[TuyaLightEntityDescription, ...]] = {
|
|||||||
brightness=DPCode.BRIGHT_VALUE_1,
|
brightness=DPCode.BRIGHT_VALUE_1,
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
# Filament Light
|
||||||
|
# Based on data from https://github.com/home-assistant/core/issues/106703
|
||||||
|
# Product category mentioned in https://developer.tuya.com/en/docs/iot/oemapp-light?id=Kb77kja5woao6
|
||||||
|
# As at 30/12/23 not documented in https://developer.tuya.com/en/docs/iot/lighting?id=Kaiuyzxq30wmc
|
||||||
|
"dsd": (
|
||||||
|
TuyaLightEntityDescription(
|
||||||
|
key=DPCode.SWITCH_LED,
|
||||||
|
name=None,
|
||||||
|
color_mode=DPCode.WORK_MODE,
|
||||||
|
brightness=DPCode.BRIGHT_VALUE,
|
||||||
|
),
|
||||||
|
),
|
||||||
# Ceiling Fan Light
|
# Ceiling Fan Light
|
||||||
# https://developer.tuya.com/en/docs/iot/fsd?id=Kaof8eiei4c2v
|
# https://developer.tuya.com/en/docs/iot/fsd?id=Kaof8eiei4c2v
|
||||||
"fsd": (
|
"fsd": (
|
||||||
|
Loading…
x
Reference in New Issue
Block a user