From e642562ddb9f90037a57b11f0a4e49db0ec9a0e2 Mon Sep 17 00:00:00 2001 From: Dreaded_X Date: Mon, 8 Sep 2025 04:29:30 +0200 Subject: [PATCH] chore: Removed old leftover contact sensor presence config --- config.lua | 4 ---- 1 file changed, 4 deletions(-) diff --git a/config.lua b/config.lua index ff10769..c53bcbc 100644 --- a/config.lua +++ b/config.lua @@ -545,10 +545,6 @@ local hallway_frontdoor = ContactSensor.new({ sensor_type = "Door", topic = mqtt_z2m("hallway/frontdoor"), client = mqtt_client, - presence = { - topic = mqtt_automation("presence/contact/frontdoor"), - timeout = debug and 10 or 15 * 60, - }, callback = { presence(debug and 10 or 15 * 60), hallway_light_automation:door_callback(),