2016-12-30 16:10:09 +00:00
|
|
|
- platform: mqtt
|
|
|
|
name: "Driveway Light"
|
2017-01-01 01:27:37 +00:00
|
|
|
state_topic: "smartthings/Driveway Light/switch"
|
|
|
|
command_topic: "smartthings/Driveway Light/switch"
|
2016-12-30 16:10:09 +00:00
|
|
|
payload_on: "on"
|
|
|
|
payload_off: "off"
|
|
|
|
retain: true
|
|
|
|
- platform: mqtt
|
|
|
|
name: "Side Door Light"
|
2017-01-01 01:27:37 +00:00
|
|
|
state_topic: "smartthings/Side Door Light/switch"
|
|
|
|
command_topic: "smartthings/Side Door Light/switch"
|
2016-12-30 16:10:09 +00:00
|
|
|
payload_on: "on"
|
|
|
|
payload_off: "off"
|
|
|
|
retain: true
|
|
|
|
- platform: mqtt
|
|
|
|
name: "Front Porch Left"
|
2017-01-01 01:27:37 +00:00
|
|
|
state_topic: "smartthings/Front Porch Left/switch"
|
|
|
|
command_topic: "smartthings/Front Porch Left/switch"
|
2016-12-30 16:10:09 +00:00
|
|
|
payload_on: "on"
|
|
|
|
payload_off: "off"
|
|
|
|
retain: true
|
|
|
|
- platform: mqtt
|
|
|
|
name: "Front Porch Right"
|
2017-01-01 01:27:37 +00:00
|
|
|
state_topic: "smartthings/Front Porch Right/switch"
|
|
|
|
command_topic: "smartthings/Front Porch Right/switch"
|
2016-12-30 16:10:09 +00:00
|
|
|
payload_on: "on"
|
|
|
|
payload_off: "off"
|
|
|
|
retain: true
|