Skip to content

Commit

Permalink
LEDvance panel: rename LED entities
Browse files Browse the repository at this point in the history
- Primary LED name removed, as it is the default light for the device.
- Secondary LED renamed to backlight (via translations)

PR #2728
  • Loading branch information
make-all committed Jan 11, 2025
1 parent 59ae48f commit 92ed1bf
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ products:
model_id: BL100x25B
entities:
- entity: light
name: Primary LED
dps:
- id: 20
type: boolean
Expand Down Expand Up @@ -34,7 +33,7 @@ entities:
min: 2700
max: 6500
- entity: light
name: Secondary LED
translation_key: backlight
dps:
- id: 20
type: boolean
Expand Down

0 comments on commit 92ed1bf

Please sign in to comment.