28 lines
797 B
YAML
Raw Normal View History

2016-12-30 11:10:09 -05:00
- platform: mqtt
name: "Driveway Light"
2016-12-31 20:27:37 -05:00
state_topic: "smartthings/Driveway Light/switch"
command_topic: "smartthings/Driveway Light/switch"
2016-12-30 11:10:09 -05:00
payload_on: "on"
payload_off: "off"
retain: true
- platform: mqtt
name: "Side Door Light"
2016-12-31 20:27:37 -05:00
state_topic: "smartthings/Side Door Light/switch"
command_topic: "smartthings/Side Door Light/switch"
2016-12-30 11:10:09 -05:00
payload_on: "on"
payload_off: "off"
retain: true
- platform: mqtt
name: "Front Porch Left"
state_topic: "smartthings/Porch Left/switch"
command_topic: "smartthings/Porch Left/switch"
2016-12-30 11:10:09 -05:00
payload_on: "on"
payload_off: "off"
retain: true
- platform: mqtt
name: "Front Porch Right"
state_topic: "smartthings/Porch Right/switch"
command_topic: "smartthings/Porch Right/switch"
2016-12-30 11:10:09 -05:00
payload_on: "on"
payload_off: "off"
retain: true