Removed old presence system

This commit is contained in:
2025-08-31 23:44:02 +02:00
parent 4d63589e0d
commit 3bbc5d075f
5 changed files with 4 additions and 43 deletions

View File

@@ -43,7 +43,6 @@ local on_presence = {
local presence_system = Presence.new({
topic = mqtt_automation("presence/+/#"),
client = mqtt_client,
event_channel = automation.device_manager:event_channel(),
callback = function(_, presence)
for _, f in ipairs(on_presence) do
if type(f) == "function" then