diff --git a/esphome/components/light/color_mode.h b/esphome/components/light/color_mode.h index 1f64b22e82..963c36c2a6 100644 --- a/esphome/components/light/color_mode.h +++ b/esphome/components/light/color_mode.h @@ -160,7 +160,8 @@ constexpr uint16_t CAPABILITY_BITMASKS[] = { }; /** - * @brief Helper function to convert a power-of-2 ColorCapability value to an array index for CAPABILITY_BITMASKS lookup. + * @brief Helper function to convert a power-of-2 ColorCapability value to an array index for CAPABILITY_BITMASKS + * lookup. * * This function maps ColorCapability values (1, 2, 4, 8, 16, 32) to array indices (0, 1, 2, 3, 4, 5). * Used to index into the CAPABILITY_BITMASKS lookup table.