From 5b94ee648385376c53946ddefac1a7a4c548b4a2 Mon Sep 17 00:00:00 2001 From: Jeffrey Stone Date: Sat, 31 Dec 2016 20:27:37 -0500 Subject: [PATCH] Fixing mqtt topics --- switches/outside.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/switches/outside.yaml b/switches/outside.yaml index fb19b11..13a8a37 100644 --- a/switches/outside.yaml +++ b/switches/outside.yaml @@ -1,28 +1,28 @@ - platform: mqtt name: "Driveway Light" - state_topic: "smartthings/Garage Door Light/switch" - command_topic: "smartthings/Garage Door Light/switch" + state_topic: "smartthings/Driveway Light/switch" + command_topic: "smartthings/Driveway Light/switch" payload_on: "on" payload_off: "off" retain: true - platform: mqtt name: "Side Door Light" - state_topic: "smartthings/Garage Side Door/switch" - command_topic: "smartthings/Garage Side Door/switch" + state_topic: "smartthings/Side Door Light/switch" + command_topic: "smartthings/Side Door Light/switch" payload_on: "on" payload_off: "off" retain: true - platform: mqtt name: "Front Porch Left" - state_topic: "smartthings/Front Porch 1/switch" - command_topic: "smartthings/Front Porch 1/switch" + state_topic: "smartthings/Front Porch Left/switch" + command_topic: "smartthings/Front Porch Left/switch" payload_on: "on" payload_off: "off" retain: true - platform: mqtt name: "Front Porch Right" - state_topic: "smartthings/Front Porch 2/switch" - command_topic: "smartthings/Front Porch 2/switch" + state_topic: "smartthings/Front Porch Right/switch" + command_topic: "smartthings/Front Porch Right/switch" payload_on: "on" payload_off: "off" retain: true \ No newline at end of file