mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-31 15:12:06 +00:00 
			
		
		
		
	Merge branch 'light_flash' into integration
This commit is contained in:
		| @@ -468,8 +468,7 @@ std::set<ColorMode> LightCall::get_suitable_color_modes_() { | |||||||
|     case KEY(true, false, false, true):  // rgb + white |     case KEY(true, false, false, true):  // rgb + white | ||||||
|       return {ColorMode::RGB_WHITE, ColorMode::RGB_COLOR_TEMPERATURE, ColorMode::RGB_COLD_WARM_WHITE}; |       return {ColorMode::RGB_WHITE, ColorMode::RGB_COLOR_TEMPERATURE, ColorMode::RGB_COLD_WARM_WHITE}; | ||||||
|     case KEY(false, true, false, true):  // rgb + ct |     case KEY(false, true, false, true):  // rgb + ct | ||||||
|       return {ColorMode::RGB_COLOR_TEMPERATURE, ColorMode::RGB_COLD_WARM_WHITE}; |     case KEY(true, true, false, true):   // rgb + white + ct | ||||||
|     case KEY(true, true, false, true):  // rgb + white + ct |  | ||||||
|       return {ColorMode::RGB_COLOR_TEMPERATURE, ColorMode::RGB_COLD_WARM_WHITE}; |       return {ColorMode::RGB_COLOR_TEMPERATURE, ColorMode::RGB_COLD_WARM_WHITE}; | ||||||
|     case KEY(false, false, true, true):  // rgb + cwww |     case KEY(false, false, true, true):  // rgb + cwww | ||||||
|       return {ColorMode::RGB_COLD_WARM_WHITE}; |       return {ColorMode::RGB_COLD_WARM_WHITE}; | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user