14 lines
386 B
YAML
Raw Normal View History

2018-07-18 13:56:30 -04:00
- 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
2019-02-21 12:49:55 -05:00
- platform: mqtt
name: "Incense"
state_topic: "smartthings/Incense/switch"
command_topic: "smartthings/Incense/switch"
payload_on: "on"
payload_off: "off"
retain: true