mirror of
https://github.com/thejeffreystone/home-assistant-configuration.git
synced 2025-02-09 00:55:08 +00:00
22 lines
579 B
YAML
22 lines
579 B
YAML
- 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/switch"
|
|
command_topic: "smartthings/Side Door/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
|