From e91bfa09df3a34bf4a7831ea50065c68dad1e2f6 Mon Sep 17 00:00:00 2001 From: Jeffrey Stone Date: Wed, 2 Dec 2020 22:56:54 -0500 Subject: [PATCH] Added new Honeywell zwave switch for a new project working on...attempting to auto control humidity in bathrooms --- config/switches.yaml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/config/switches.yaml b/config/switches.yaml index bda92c3..f325e07 100644 --- a/config/switches.yaml +++ b/config/switches.yaml @@ -157,3 +157,26 @@ # payload_on: "true" # payload_off: "false" +# Master Bedroom + +- platform: mqtt + name: "Master Bath Fan" + state_topic: "zwave2mqtt/master_bath_fan/37/1/0" + command_topic: "zwave2mqtt/master_bath_fan/37/1/0/set" + payload_on: "true" + payload_off: "false" + + + + + + + + + + + + + + +