home-assistant-configuration/switches/living_room.yaml

7 lines
179 B
YAML
Raw Normal View History

2019-02-21 17:49:55 +00:00
- platform: mqtt
name: "Incense"
state_topic: "smartthings/Incense/switch"
command_topic: "smartthings/Incense/switch"
payload_on: "on"
payload_off: "off"
retain: true