Skip to content

Commit

Permalink
Wifi dual dimmer: modify naming, remove redundant mappings
Browse files Browse the repository at this point in the history
  • Loading branch information
make-all committed Feb 15, 2024
1 parent b69d2ad commit 7eee08b
Showing 1 changed file with 3 additions and 12 deletions.
15 changes: 3 additions & 12 deletions custom_components/tuya_local/devices/wifi_dimmer_module_2
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Wifi Dimmer 2 CH LG921
name: Dual dimmer
products:
- id: 3ovuf2vazfsz2hfd
name: WIFI Dimmer Module-2
name: LG921
primary_entity:
entity: light
name: Light 1
Expand All @@ -15,9 +15,6 @@ primary_entity:
range:
min: 25
max: 255
mapping:
- scale: 1
step: 1
secondary_entities:
- entity: light
name: Light 2
Expand All @@ -31,20 +28,14 @@ secondary_entities:
range:
min: 25
max: 255
mapping:
- scale: 1
step: 1
- entity: number
category: config
name: Minimum Brightness
name: Minimum brightness
dps:
- id: 104
type: integer
name: minimum_brightness
range:
min: 0
max: 255
mapping:
- scale: 1
step: 1
optional: true

0 comments on commit 7eee08b

Please sign in to comment.