From 6071e11663e72140ace67628a5425af959d69df1 Mon Sep 17 00:00:00 2001 From: mertenats Date: Thu, 25 Aug 2016 22:05:57 +0200 Subject: [PATCH] Update the second configuration example (#839) For the second example, the brightness functionality was mentioned, but it doesn't include the "brightness_state_topic" and the "brightness_command_topic" instructions. --- source/_components/light.mqtt.markdown | 2 ++ 1 file changed, 2 insertions(+) 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"