22 lines
579 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"
state_topic: "smartthings/Side Door/switch"
command_topic: "smartthings/Side Door/switch"
2016-12-30 11:10:09 -05:00
payload_on: "on"
payload_off: "off"
retain: true
- platform: mqtt
name: "Front Porch"
state_topic: "smartthings/Front Porch/switch"
command_topic: "smartthings/Front Porch/switch"
2016-12-30 11:10:09 -05:00
payload_on: "on"
payload_off: "off"
retain: true