From 052f06d5d21d9ae3ea40c6dd4401501f42e31265 Mon Sep 17 00:00:00 2001 From: lukie80 Date: Fri, 11 Oct 2024 04:17:53 +0200 Subject: [PATCH] Update color_temperature.rst (#4329) Added important info about the output data units and range of color_temperature and brightness. --- components/light/color_temperature.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/light/color_temperature.rst b/components/light/color_temperature.rst index 1f674d551..9a9b46d49 100644 --- a/components/light/color_temperature.rst +++ b/components/light/color_temperature.rst @@ -23,8 +23,8 @@ and the other channel controls the brightness. Configuration variables: ------------------------ -- **color_temperature** (**Required**, :ref:`config-id`): The id of the float :ref:`output` to use for the color temperature. -- **brightness** (**Required**, :ref:`config-id`): The id of the float :ref:`output` to use for the brightness. +- **color_temperature** (**Required**, :ref:`config-id`): The id of the float :ref:`output` to use for the color temperature. It returns a float from 0 to 1 in the mired scale. Hereby 0 corresponds to the cold white temperature and 1 to the warm white temperature. +- **brightness** (**Required**, :ref:`config-id`): The id of the float :ref:`output` to use for the brightness. It returns a float from 0 to 1. - **cold_white_color_temperature** (**Required**, float): The coldest color temperature supported by this light. This is the lowest value when expressed in `mireds `__, or the highest value when expressed in Kelvin.