From a335aa0713b5d8905c4baa416639fbc0b51491fa Mon Sep 17 00:00:00 2001 From: "pre-commit-ci-lite[bot]" <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com> Date: Wed, 22 Oct 2025 18:56:11 +0000 Subject: [PATCH] [pre-commit.ci lite] apply automatic fixes --- esphome/components/light/color_mode.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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.