home-assistant-configuration/switches/outside.yaml

22 lines
591 B
YAML
Raw Normal View History

2018-07-18 17:56:30 +00:00
- platform: mqtt
name: "Driveway Light"
state_topic: "smartthings/Driveway Light/switch"
command_topic: "smartthings/Driveway Light/switch"
payload_on: "on"
payload_off: "off"
retain: true
- platform: mqtt
name: "Side Door"
state_topic: "smartthings/Side Door Light/switch"
command_topic: "smartthings/Side Door Light/switch"
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"
payload_on: "on"
payload_off: "off"
retain: true