mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-30 22:53:59 +00:00 
			
		
		
		
	Fixed comment typo in light_color_values.h (#8050)
Co-authored-by: Keith Burzinski <kbx81x@gmail.com>
This commit is contained in:
		| @@ -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 | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user