From 0b8b8ad6f65d68dea3166f54f1bb00bdce12f3b7 Mon Sep 17 00:00:00 2001 From: Nassir Malik Date: Tue, 20 Nov 2018 13:29:24 -0600 Subject: [PATCH] Update README.md --- README.md | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 2455230..71e824d 100644 --- a/README.md +++ b/README.md @@ -12,23 +12,27 @@ https://www.youtube.com/watch?v=uC9vyMdiJKQ 1): Setup Hassio mqtt: + password: "welcome" light: - - platform: mqtt - name: 'Demo Light' - state_topic: 'office/light/status' - command_topic: "office/light/switch" - optimistic: false - platform: mqtt + name: "Office Lights" + state_topic: "netmedias/office lights/status" + command_topic: "netmedias/office lights/switch" + brightness_state_topic: 'netmedias/office lights/brightness' + brightness_command_topic: 'netmedias/office lights/brightness/set' + qos: 0 + optimistic: false + 2): Downgrade ESP board in arduino ide