14 lines
383 B
YAML
Raw Normal View History

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"
2019-07-11 07:19:08 -04:00
retain: true
- platform: mqtt
name: "Living Room Fan"
state_topic: "smartthings/Living Room Fan/switch"
command_topic: "smartthings/Living Room Fan/switch"
payload_on: "on"
payload_off: "off"
2019-02-21 12:49:55 -05:00
retain: true