home-assistant-configuration/switches/outside.yaml

28 lines
797 B
YAML
Raw Permalink Normal View History

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"
state_topic: "smartthings/Porch Left/switch"
command_topic: "smartthings/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"
state_topic: "smartthings/Porch Right/switch"
command_topic: "smartthings/Porch Right/switch"
2016-12-30 16:10:09 +00:00
payload_on: "on"
payload_off: "off"
retain: true