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(),