home-assistant-configuration/switches/outside.yaml

22 lines
579 B
YAML
Raw 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"
state_topic: "smartthings/Side Door/switch"
command_topic: "smartthings/Side Door/switch"
2016-12-30 16:10:09 +00: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 16:10:09 +00:00
payload_on: "on"
payload_off: "off"
retain: true