From b79e1bb57030521cb8298788dd3cef7a13702f4a Mon Sep 17 00:00:00 2001 From: Jeffrey Stone Date: Mon, 11 Nov 2019 22:07:58 -0500 Subject: [PATCH] Fixing door sensor mqtt topic --- config/binary_sensors/doors.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/binary_sensors/doors.yaml b/config/binary_sensors/doors.yaml index fdbdd0f..17c6c0f 100755 --- a/config/binary_sensors/doors.yaml +++ b/config/binary_sensors/doors.yaml @@ -6,7 +6,7 @@ device_class: door - platform: mqtt name: "Garage Door" - state_topic: "zwave2mqtt/garage_door/48/1/0" + state_topic: "zwave2mqtt/nodeID_16/48/1/0" payload_on: "true" payload_off: "false" device_class: garage_door