Skip to content

Commit

Permalink
Keyun RGB fan: Add target range to color_temp
Browse files Browse the repository at this point in the history
Color temp is not automatically scaled, as the target range may be different
for different lights.

Issue make-all#1628
  • Loading branch information
make-all committed Feb 13, 2024
1 parent 5227ada commit 8426464
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,10 @@ secondary_entities:
range:
min: 0
max: 1000
mapping:
- target_range:
min: 3000
max: 6000
- id: 24
name: rgbhsv
type: hex
Expand Down

0 comments on commit 8426464

Please sign in to comment.