mirror of
https://github.com/thejeffreystone/home-assistant-configuration.git
synced 2025-02-19 14:36:22 +00:00
28 lines
815 B
YAML
28 lines
815 B
YAML
|
- platform: mqtt
|
||
|
name: "Driveway Light"
|
||
|
state_topic: "smartthings/Garage Door Light/switch"
|
||
|
command_topic: "smartthings/Garage Door Light/switch"
|
||
|
payload_on: "on"
|
||
|
payload_off: "off"
|
||
|
retain: true
|
||
|
- platform: mqtt
|
||
|
name: "Side Door Light"
|
||
|
state_topic: "smartthings/Garage Side Door/switch"
|
||
|
command_topic: "smartthings/Garage Side Door/switch"
|
||
|
payload_on: "on"
|
||
|
payload_off: "off"
|
||
|
retain: true
|
||
|
- platform: mqtt
|
||
|
name: "Front Porch Left"
|
||
|
state_topic: "smartthings/Front Porch 1/switch"
|
||
|
command_topic: "smartthings/Front Porch 1/switch"
|
||
|
payload_on: "on"
|
||
|
payload_off: "off"
|
||
|
retain: true
|
||
|
- platform: mqtt
|
||
|
name: "Front Porch Right"
|
||
|
state_topic: "smartthings/Front Porch 2/switch"
|
||
|
command_topic: "smartthings/Front Porch 2/switch"
|
||
|
payload_on: "on"
|
||
|
payload_off: "off"
|
||
|
retain: true
|