diff --git a/source/_components/light.mqtt.markdown b/source/_components/light.mqtt.markdown index 6a37f6273e2..b5bd2c50054 100644 --- a/source/_components/light.mqtt.markdown +++ b/source/_components/light.mqtt.markdown @@ -51,6 +51,8 @@ light: name: "Office light" state_topic: "office/rgb1/light/status" command_topic: "office/rgb1/light/switch" + brightness_state_topic: 'office/rgb1/light/brightness' + brightness_command_topic: 'office/rgb1/light/brightness/set' qos: 0 payload_on: "ON" payload_off: "OFF"