From bfedeaa42dca558d6e04b52316a3423925fbacd4 Mon Sep 17 00:00:00 2001 From: Jeffrey Stone Date: Thu, 11 Jul 2019 07:18:49 -0400 Subject: [PATCH] Added fan switch --- switches/upstairs.yaml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 switches/upstairs.yaml 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