diff --git a/switches/upstairs.yaml b/switches/upstairs.yaml new file mode 100644 index 0000000..3030e23 --- /dev/null +++ b/switches/upstairs.yaml @@ -0,0 +1,7 @@ +- platform: mqtt + name: "Upstairs Fan" + state_topic: "smartthings/Upstairs Fan/switch" + command_topic: "smartthings/Upstairs Fan/switch" + payload_on: "on" + payload_off: "off" + retain: true \ No newline at end of file