From 3a7b864166ff7b33f920906a565063bd88848e2c Mon Sep 17 00:00:00 2001 From: emontnemery Date: Wed, 19 Dec 2018 23:39:56 +0100 Subject: [PATCH] Update light.mqtt.markdown (#7860) --- source/_components/light.mqtt.markdown | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/source/_components/light.mqtt.markdown b/source/_components/light.mqtt.markdown index 459c4cb70eb..2ad7cd6e837 100644 --- a/source/_components/light.mqtt.markdown +++ b/source/_components/light.mqtt.markdown @@ -182,6 +182,11 @@ white_value_command_topic: description: "The MQTT topic to publish commands to change the light's white value." required: false type: string +white_value_scale: + description: "Defines the maximum white value (i.e. 100%) of the MQTT device." + required: false + type: integer + default: 255 white_value_state_topic: description: The MQTT topic subscribed to receive white value updates. required: false