Update light.mqtt.markdown (#7860)

This commit is contained in:
emontnemery 2018-12-19 23:39:56 +01:00 committed by Fabian Affolter
parent c0fa8b5b27
commit 3a7b864166

View File

@ -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