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