Removed DebugBridge as it no longer served a purpose

This commit is contained in:
2025-08-31 21:59:26 +02:00
parent d8b2ff8098
commit c6353663df
3 changed files with 0 additions and 48 deletions

View File

@@ -103,12 +103,6 @@ on_light:add(function(light)
})
end)
automation.device_manager:add(DebugBridge.new({
identifier = "debug_bridge",
topic = mqtt_automation("debug"),
client = mqtt_client,
}))
local hue_ip = "10.0.0.102"
local hue_token = automation.util.get_env("HUE_TOKEN")