From ebd547202e78186d8fb9e5d526d4fab84f0999db Mon Sep 17 00:00:00 2001 From: Erik Montnemery Date: Sun, 12 Sep 2021 10:09:28 +0200 Subject: [PATCH] Remove reference to white_value from MQTT light documentation (#19266) --- source/_integrations/light.mqtt.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/light.mqtt.markdown b/source/_integrations/light.mqtt.markdown index 82fa75eb152..e183f47dde6 100644 --- a/source/_integrations/light.mqtt.markdown +++ b/source/_integrations/light.mqtt.markdown @@ -112,7 +112,7 @@ color_temp_command_topic: required: false type: string color_temp_state_topic: - description: "The MQTT topic subscribed to receive color temperature state updates. If the light also supports setting colors, also define a `white_value_state_topic`. " + description: "The MQTT topic subscribed to receive color temperature state updates." required: false type: string color_temp_value_template: