1
0
mirror of https://github.com/esphome/esphome.git synced 2025-01-18 20:10:55 +00:00

Fixed comment typo in light_color_values.h (#8050)

Co-authored-by: Keith Burzinski <kbx81x@gmail.com>
This commit is contained in:
Samu Németh 2025-01-08 23:37:52 +01:00 committed by GitHub
parent 5e72b7196b
commit 78543e1e15
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -36,7 +36,7 @@ inline static uint8_t to_uint8_scale(float x) { return static_cast<uint8_t>(roun
* range as set in the traits, so the output needs to do this. * range as set in the traits, so the output needs to do this.
* *
* For COLD_WARM_WHITE capability: * For COLD_WARM_WHITE capability:
* - cold_white, warm_white: The brightness of the cald and warm white channels of the light. * - cold_white, warm_white: The brightness of the light's cold and warm white channels.
* *
* All values (except color temperature) are represented using floats in the range 0.0 (off) to 1.0 (on), and are * All values (except color temperature) are represented using floats in the range 0.0 (off) to 1.0 (on), and are
* automatically clamped to this range. Properties not used in the current color mode can still have (invalid) values * automatically clamped to this range. Properties not used in the current color mode can still have (invalid) values