From 01844927778d5ead730af621993d850e8b25de05 Mon Sep 17 00:00:00 2001 From: MrRemmers Date: Thu, 4 May 2017 15:21:32 -0500 Subject: [PATCH] Update light.mqtt.markdown (#2558) details added for color temperature command --- source/_components/light.mqtt.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_components/light.mqtt.markdown b/source/_components/light.mqtt.markdown index ee03a6fb35e..a14416e0805 100644 --- a/source/_components/light.mqtt.markdown +++ b/source/_components/light.mqtt.markdown @@ -33,7 +33,7 @@ Configuration variables: - **brightness_scale** (*Optional*): Defines the maximum brightness value (i.e. 100%) of the MQTT device (defaults to 255). - **brightness_state_topic** (*Optional*): The MQTT topic subscribed to receive brightness state updates. - **brightness_value_template** (*Optional*): Defines a [template](/topics/templating/) to extract the brightness value. -- **color_temp_command_topic** (*Optional*): The MQTT topic to publish commands to change the light's color temperature state. +- **color_temp_command_topic** (*Optional*): The MQTT topic to publish commands to change the light's color temperature state. The color temperature command slider has a range of 157 to 500 mireds (micro reciprocal degrees). - **color_temp_state_topic** (*Optional*): The MQTT topic subscribed to receive color temperature state updates. - **color_temp_value_template** (*Optional*): Defines a [template](/topics/templating/) to extract the color temperature value. - **effect_command_topic** (*Optional*): The MQTT topic to publish commands to change the light's effect state.