14 lines
398 B
YAML
Executable File
14 lines
398 B
YAML
Executable File
- platform: mqtt
|
|
name: "Fireplace Lights"
|
|
state_topic: "smartthings/Fireplace Lights/switch"
|
|
command_topic: "smartthings/Fireplace Lights/switch"
|
|
payload_on: "on"
|
|
payload_off: "off"
|
|
retain: true
|
|
- platform: mqtt
|
|
name: "Rail Lights"
|
|
state_topic: "smartthings/Stairs Rail/switch"
|
|
command_topic: "smartthings/Stairs Rail/switch"
|
|
payload_on: "on"
|
|
payload_off: "off"
|
|
retain: true |