Added new Honeywell zwave switch for a new project working on...attempting to auto control humidity in bathrooms

This commit is contained in:
Jeffrey Stone 2020-12-02 22:56:54 -05:00
parent c9e735288c
commit e91bfa09df
1 changed files with 23 additions and 0 deletions

View File

@ -157,3 +157,26 @@
# payload_on: "true" # payload_on: "true"
# payload_off: "false" # 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"