mirror of
https://github.com/home-assistant/core.git
synced 2025-07-25 14:17:45 +00:00
Add second led control for carro smart fan (#94195)
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
This commit is contained in:
parent
30058297cf
commit
54d7ba72ee
@ -350,6 +350,11 @@ LIGHTS: dict[str, tuple[TuyaLightEntityDescription, ...]] = {
|
|||||||
brightness=DPCode.BRIGHT_VALUE,
|
brightness=DPCode.BRIGHT_VALUE,
|
||||||
color_temp=DPCode.TEMP_VALUE,
|
color_temp=DPCode.TEMP_VALUE,
|
||||||
),
|
),
|
||||||
|
TuyaLightEntityDescription(
|
||||||
|
key=DPCode.SWITCH_LED,
|
||||||
|
translation_key="light_2",
|
||||||
|
brightness=DPCode.BRIGHT_VALUE_1,
|
||||||
|
),
|
||||||
),
|
),
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user