Skip to content

Commit

Permalink
fix(adaptive_lighting): set min color temp to 2500 to match the value…
Browse files Browse the repository at this point in the history
…s supported by Tapo bulbs
  • Loading branch information
aronnebrivio committed Jan 4, 2025
1 parent 36ca1bc commit af53e57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configuration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ adaptive_lighting:
- light.livingroom
min_brightness: 10
max_brightness: 100
min_color_temp: 2000
min_color_temp: 2500
max_color_temp: 5500
take_over_control: true
detect_non_ha_changes: true
Expand Down

0 comments on commit af53e57

Please sign in to comment.