Fix tuya light 2 channel dimmer module (#68109)
Co-authored-by: Franck Nijhof <frenck@frenck.nl>pull/68458/head
parent
0720b0f891
commit
0c6a6c360b
homeassistant/components/tuya
|
@ -111,7 +111,7 @@ LIGHTS: dict[str, tuple[TuyaLightEntityDescription, ...]] = {
|
|||
# Not documented
|
||||
# Based on multiple reports: manufacturer customized Dimmer 2 switches
|
||||
TuyaLightEntityDescription(
|
||||
key=DPCode.SWITCH_LED_1,
|
||||
key=DPCode.SWITCH_1,
|
||||
name="Light",
|
||||
brightness=DPCode.BRIGHT_VALUE_1,
|
||||
),
|
||||
|
|
Loading…
Reference in New Issue