From fc91608e96559f92dfa7819ea28bd618974c8815 Mon Sep 17 00:00:00 2001 From: Jeffrey Stone Date: Mon, 22 Jul 2019 10:25:17 -0400 Subject: [PATCH] Moving off smartthings to mqtt and using direct ST integration --- lights/living_room.yaml | 10 ---------- switches/bedroom.yaml | 14 +++++++------- switches/living_room.yaml | 28 ++++++++++++++-------------- 3 files changed, 21 insertions(+), 31 deletions(-) diff --git a/lights/living_room.yaml b/lights/living_room.yaml index 4d0c6fe..7c52a51 100755 --- a/lights/living_room.yaml +++ b/lights/living_room.yaml @@ -20,16 +20,6 @@ payload_on: "on" payload_off: "off" retain: true -- platform: mqtt - name: "Table Lamp" - state_topic: "smartthings/Table Lamp/switch" - command_topic: "smartthings/Table Lamp/switch" - brightness_state_topic: "smartthings/Table Lamp/level" - brightness_command_topic: "smartthings/Table Lamp/level" - brightness_scale: 101 - payload_on: "on" - payload_off: "off" - retain: true - platform: mqtt name: "Master Bedroom Lamp" state_topic: "smartthings/Jeff Lamp/switch" diff --git a/switches/bedroom.yaml b/switches/bedroom.yaml index 4c4521d..eee27ee 100755 --- a/switches/bedroom.yaml +++ b/switches/bedroom.yaml @@ -1,8 +1,8 @@ -- platform: mqtt - name: "Rainbow Light" - state_topic: "smartthings/Rainbow Light/switch" - command_topic: "smartthings/Rainbow Light/switch" - payload_on: "on" - payload_off: "off" - retain: true +# - platform: mqtt +# name: "Rainbow Light" +# state_topic: "smartthings/Rainbow Light/switch" +# command_topic: "smartthings/Rainbow Light/switch" +# payload_on: "on" +# payload_off: "off" +# retain: true diff --git a/switches/living_room.yaml b/switches/living_room.yaml index de6f194..7498181 100755 --- a/switches/living_room.yaml +++ b/switches/living_room.yaml @@ -1,14 +1,14 @@ -- platform: mqtt - name: "Incense" - state_topic: "smartthings/Incense/switch" - command_topic: "smartthings/Incense/switch" - payload_on: "on" - payload_off: "off" - retain: true -- platform: mqtt - name: "Living Room Fan" - state_topic: "smartthings/Living Room Fan/switch" - command_topic: "smartthings/Living Room Fan/switch" - payload_on: "on" - payload_off: "off" - retain: true \ No newline at end of file +# - platform: mqtt +# name: "Incense" +# state_topic: "smartthings/Incense/switch" +# command_topic: "smartthings/Incense/switch" +# payload_on: "on" +# payload_off: "off" +# retain: true +# - platform: mqtt +# name: "Living Room Fan" +# state_topic: "smartthings/Living Room Fan/switch" +# command_topic: "smartthings/Living Room Fan/switch" +# payload_on: "on" +# payload_off: "off" +# retain: true \ No newline at end of file