From 78bb80d5106daa58632f6b14fe1294eb5ba0f08a Mon Sep 17 00:00:00 2001 From: Dreaded_X Date: Mon, 20 Nov 2023 22:55:04 +0100 Subject: [PATCH] Fixed: Frontdoor uses the wrong presence topic --- config/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config.yml b/config/config.yml index 6986e49..edc22eb 100644 --- a/config/config.yml +++ b/config/config.yml @@ -110,7 +110,7 @@ devices: !ContactSensor topic: "zigbee2mqtt/hallway/frontdoor" presence: - topic: "automation_dev/presence/contact/frontdoor" + topic: "automation/presence/contact/frontdoor" timeout: 900 trigger: devices: ["hallway_lights"]