Added new Honeywell zwave switch for a new project working on...attempting to auto control humidity in bathrooms
This commit is contained in:
parent
c9e735288c
commit
e91bfa09df
|
@ -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"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue