mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 13:17:32 +00:00
Fix tuya light 2 channel dimmer module (#68109)
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
This commit is contained in:
parent
0720b0f891
commit
0c6a6c360b
@ -111,7 +111,7 @@ LIGHTS: dict[str, tuple[TuyaLightEntityDescription, ...]] = {
|
|||||||
# Not documented
|
# Not documented
|
||||||
# Based on multiple reports: manufacturer customized Dimmer 2 switches
|
# Based on multiple reports: manufacturer customized Dimmer 2 switches
|
||||||
TuyaLightEntityDescription(
|
TuyaLightEntityDescription(
|
||||||
key=DPCode.SWITCH_LED_1,
|
key=DPCode.SWITCH_1,
|
||||||
name="Light",
|
name="Light",
|
||||||
brightness=DPCode.BRIGHT_VALUE_1,
|
brightness=DPCode.BRIGHT_VALUE_1,
|
||||||
),
|
),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user