This commit is contained in:
Danilo Reyes 2025-03-25 01:30:39 -06:00
parent f366c208e0
commit 65da629248

View File

@ -10,10 +10,10 @@
integrations = integrations =
let let
createIntegration = name: color: { createIntegration = name: color: {
inherit color;
type = name; type = name;
service_group = "multimedia"; service_group = "multimedia";
service_name = name; service_name = name;
color = color;
params.unmonitored = true; params.unmonitored = true;
}; };
in in