From 1d575113f9f674194bde1decc1d56486143ffadb Mon Sep 17 00:00:00 2001 From: Scholli Date: Sat, 30 Dec 2017 21:22:16 +0100 Subject: [PATCH] Its the light's state which is changed. (#4308) --- 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 ba3041dde38..86e2c933a81 100644 --- a/source/_components/light.mqtt.markdown +++ b/source/_components/light.mqtt.markdown @@ -29,7 +29,7 @@ light: Configuration variables: -- **command_topic** (*Required*): The MQTT topic to publish commands to change the switch state. +- **command_topic** (*Required*): The MQTT topic to publish commands to change the light's state. - **brightness_command_topic** (*Optional*): The MQTT topic to publish commands to change the light's brightness. - **brightness_scale** (*Optional*): Defines the maximum brightness value (i.e. 100%) of the MQTT device (defaults to 255). - **brightness_state_topic** (*Optional*): The MQTT topic subscribed to receive brightness state updates.