From 420016cdbedc9a69f0bd94d7d383eaa77827e33d Mon Sep 17 00:00:00 2001 From: "St. John Johnson" Date: Tue, 1 Mar 2016 10:15:34 -0800 Subject: [PATCH] Adding detail about brightness_scale --- source/_components/light.mqtt.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/source/_components/light.mqtt.markdown b/source/_components/light.mqtt.markdown index f0d4680a8a7..4dace8936f7 100644 --- a/source/_components/light.mqtt.markdown +++ b/source/_components/light.mqtt.markdown @@ -69,6 +69,7 @@ Configuration variables: - **state_value_template** (*Optional*): Defines a [template](/getting-started/templating/) to extract the state value. - **brightness_value_template** (*Optional*): Defines a [template](/getting-started/templating/) to extract the brightness value. - **rgb_value_template** (*Optional*): Defines a [template](/getting-started/templating/) to extract the RGB value. +- **brightness_scale** (*Optional*): Defines the maximum brightness value (i.e. 100%) of the MQTT device (defaults to 255). - **qos** (*Optional*): The maximum QoS level of the state topic. Default is 0 and will also be used to publishing messages. - **payload_on** (*Optional*): The payload that represents enabled state. Default is "ON". - **payload_off** (*Optional*): The payload that represents disabled state. Default is "OFF".