mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 19:27:45 +00:00
Add Tuya DPCode for fsd (#82792)
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
This commit is contained in:
parent
a28214caec
commit
fb57785ca6
@ -123,6 +123,10 @@ LIGHTS: dict[str, tuple[TuyaLightEntityDescription, ...]] = {
|
|||||||
color_temp=DPCode.TEMP_VALUE,
|
color_temp=DPCode.TEMP_VALUE,
|
||||||
color_data=DPCode.COLOUR_DATA,
|
color_data=DPCode.COLOUR_DATA,
|
||||||
),
|
),
|
||||||
|
# Some ceiling fan lights use LIGHT for DPCode instead of SWITCH_LED
|
||||||
|
TuyaLightEntityDescription(
|
||||||
|
key=DPCode.LIGHT,
|
||||||
|
),
|
||||||
),
|
),
|
||||||
# Ambient Light
|
# Ambient Light
|
||||||
# https://developer.tuya.com/en/docs/iot/ambient-light?id=Kaiuz06amhe6g
|
# https://developer.tuya.com/en/docs/iot/ambient-light?id=Kaiuz06amhe6g
|
||||||
|
Loading…
x
Reference in New Issue
Block a user