mirror of
https://github.com/esphome/esphome.git
synced 2026-09-01 02:26:01 +00:00
22c338c7241ccf9af891366abbde8a5d58e4b67e
The gamma LUT refactor (#14123) moved gamma correction to after the constant_brightness balancing formula (max/sum ratio). This broke constant_brightness because gamma is nonlinear and does not commute with the ratio calculation, causing a severe brightness dip at mid-range color temperatures. Fix by applying gamma to individual CW/WW/brightness values before the constant_brightness formula, restoring the original behavior where total power output remains constant across all color temperatures. Closes #15040
Description
ESPHome is a system to control your ESP8266/ESP32 by simple yet powerful configuration files and control them remotely through Home Automation systems.
Readme
Multiple Licenses
584 MiB
Languages
C++
56.1%
Python
43.3%
C
0.3%
JavaScript
0.2%
