Moving off smartthings to mqtt and using direct ST integration
This commit is contained in:
parent
546ef1c0bf
commit
fc91608e96
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
# - 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
|
Loading…
Reference in New Issue