From 9de04e1b98855d9c35ce39386c0af8e847e28f72 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