From b7fc3a148530495bb46bc906608b142345fd6261 Mon Sep 17 00:00:00 2001 From: Andrzej Date: Tue, 20 Feb 2018 23:02:03 +0100 Subject: [PATCH] Update light.mqtt (#4708) Bad name of a parameter (double 'value') --- 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 33f76eb5cc1..898356c8532 100644 --- a/source/_components/light.mqtt.markdown +++ b/source/_components/light.mqtt.markdown @@ -143,7 +143,7 @@ white_value_state_topic: description: The MQTT topic subscribed to receive white value updates. required: false type: string -white_value_value_template: +white_value_template: description: "Defines a [template](/docs/configuration/templating/#processing-incoming-data) to extract the white value." required: false type: string