basnijholt / adaptive-lighting

Adaptive Lighting custom component for Home Assistant
https://basnijholt.github.io/adaptive-lighting/
Apache License 2.0
1.81k stars 134 forks source link

Automatically adjusts color temperature based on brightness #1033

Open AQ-Official opened 1 month ago

AQ-Official commented 1 month ago

In HomeKit's adaptive color temperature feature, there is a function that adjusts the color temperature based on the brightness of the lights. When the brightness is low, the color temperature tends to be warmer, and when the brightness is high, the color temperature tends to be cooler.

This all works in conjunction with the existing adaptive color temperature feature that adjusts based on the sun and time of day. In other words, these two features work together. The system determines a color temperature range based on the sun and time, and then adjusts within that range according to the brightness of the lights.

deezid commented 1 month ago

Would love that