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