fix: Front door presence does not get cleared properly

This commit is contained in:
2025-09-08 04:01:16 +02:00
parent 5383e7265d
commit 1925bac73c
2 changed files with 8 additions and 2 deletions

View File

@@ -520,7 +520,7 @@ setmetatable(frontdoor_presence, {
end
else
self.timeout:start(debug and 10 or 15 * 60, function()
mqtt_client:send_message(mqtt_automation("presence/contact/frontdoor"), {})
mqtt_client:send_message(mqtt_automation("presence/contact/frontdoor"), nil)
end)
end
end,