mirror of
https://github.com/home-assistant/core.git
synced 2025-07-18 18:57:06 +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_data=DPCode.COLOUR_DATA,
|
||||
),
|
||||
# Some ceiling fan lights use LIGHT for DPCode instead of SWITCH_LED
|
||||
TuyaLightEntityDescription(
|
||||
key=DPCode.LIGHT,
|
||||
),
|
||||
),
|
||||
# Ambient Light
|
||||
# https://developer.tuya.com/en/docs/iot/ambient-light?id=Kaiuz06amhe6g
|
||||
|
Loading…
x
Reference in New Issue
Block a user