14 lines
386 B
YAML
14 lines
386 B
YAML
- 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: "Incense"
|
|
state_topic: "smartthings/Incense/switch"
|
|
command_topic: "smartthings/Incense/switch"
|
|
payload_on: "on"
|
|
payload_off: "off"
|
|
retain: true |