mirror of
https://github.com/thejeffreystone/home-assistant-configuration.git
synced 2025-02-09 00:55:08 +00:00
15 lines
392 B
YAML
15 lines
392 B
YAML
- platform: mqtt
|
|
name: "Upstairs Light"
|
|
state_topic: "smartthings/Upstairs Light/switch"
|
|
command_topic: "smartthings/Upstairs Light/switch"
|
|
payload_on: "on"
|
|
payload_off: "off"
|
|
retain: true
|
|
- platform: mqtt
|
|
name: "Main Theater"
|
|
state_topic: "smartthings/Theater AV/switch"
|
|
command_topic: "smartthings/Teather AV/switch"
|
|
payload_on: "on"
|
|
payload_off: "off"
|
|
retain: true
|