diff --git a/esphomeyaml/components/light/fastled_clockless.rst b/esphomeyaml/components/light/fastled_clockless.rst index 28cf960ed..44b21abb6 100644 --- a/esphomeyaml/components/light/fastled_clockless.rst +++ b/esphomeyaml/components/light/fastled_clockless.rst @@ -40,6 +40,8 @@ Configuration variables: - **gamma_correct** (*Optional*, float): The `gamma correction factor `__ for the light. Defaults to ``2.8``. +- **color_correct** (*Optional*, list of percentages): The color correction for each channel. This denotes + the maximum brightness of the red, green and blue channel. Defaults to ``color_correct: [100%, 100%, 100%]``. - **default_transition_length** (*Optional*, :ref:`config-time`): The length of the transition if no transition parameter is provided by Home Assistant. Defaults to ``1s``. diff --git a/esphomeyaml/components/light/fastled_spi.rst b/esphomeyaml/components/light/fastled_spi.rst index 7a15e961e..d2ed11c39 100644 --- a/esphomeyaml/components/light/fastled_spi.rst +++ b/esphomeyaml/components/light/fastled_spi.rst @@ -41,6 +41,8 @@ Configuration variables: 16ms will limit the light to a refresh rate of about 60Hz. Defaults to the default value for the used chipset. - **gamma_correct** (*Optional*, float): The `gamma correction factor `__ for the light. Defaults to ``2.8``. +- **color_correct** (*Optional*, list of percentages): The color correction for each channel. This denotes + the maximum brightness of the red, green and blue channel. Defaults to ``color_correct: [100%, 100%, 100%]``. - **default_transition_length** (*Optional*, :ref:`config-time`): The length of the transition if no transition parameter is provided by Home Assistant. Defaults to ``1s``. - **power_supply** (*Optional*, :ref:`config-id`): The :doc:`/esphomeyaml/components/power_supply` to connect to