1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-23 20:23:50 +01:00
This commit is contained in:
J. Nick Koston
2025-10-18 10:32:20 -10:00
parent cfb061abc4
commit 98df9fd2ff

View File

@@ -406,7 +406,7 @@ void LightCall::transform_parameters_() {
} }
} }
ColorMode LightCall::compute_color_mode_() { ColorMode LightCall::compute_color_mode_() {
auto supported_modes = this->parent_->get_traits().get_supported_color_modes(); const auto &supported_modes = this->parent_->get_traits().get_supported_color_modes();
int supported_count = supported_modes.size(); int supported_count = supported_modes.size();
// Some lights don't support any color modes (e.g. monochromatic light), leave it at unknown. // Some lights don't support any color modes (e.g. monochromatic light), leave it at unknown.