Fix tuya light 2 channel dimmer module ()

Co-authored-by: Franck Nijhof <frenck@frenck.nl>
pull/68458/head
Warwick Davison 2022-03-22 19:24:57 +02:00 committed by GitHub
parent 0720b0f891
commit 0c6a6c360b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
homeassistant/components/tuya

View File

@ -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,
),