From 815863905130d10c71bfad1799ba1f65d9999cee Mon Sep 17 00:00:00 2001 From: Jeffrey Stone Date: Sat, 31 Dec 2016 21:09:12 -0500 Subject: [PATCH] Fixed the mqtt topics for porch switches --- switches/outside.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/switches/outside.yaml b/switches/outside.yaml index 13a8a37..cc73752 100644 --- a/switches/outside.yaml +++ b/switches/outside.yaml @@ -14,15 +14,15 @@ retain: true - platform: mqtt name: "Front Porch Left" - state_topic: "smartthings/Front Porch Left/switch" - command_topic: "smartthings/Front Porch Left/switch" + state_topic: "smartthings/Porch Left/switch" + command_topic: "smartthings/Porch Left/switch" payload_on: "on" payload_off: "off" retain: true - platform: mqtt name: "Front Porch Right" - state_topic: "smartthings/Front Porch Right/switch" - command_topic: "smartthings/Front Porch Right/switch" + state_topic: "smartthings/Porch Right/switch" + command_topic: "smartthings/Porch Right/switch" payload_on: "on" payload_off: "off" retain: true \ No newline at end of file