Add Music Assistant to Dashy and Gatus

This commit is contained in:
2026-03-04 21:23:16 -08:00
parent 5342c920a8
commit 6267def09b
2 changed files with 20 additions and 0 deletions

View File

@@ -270,6 +270,16 @@ in
]; ];
alerts = [{ type = "ntfy"; }]; alerts = [{ type = "ntfy"; }];
} }
{
name = "Music Assistant";
group = "s0";
url = "http://s0.koi-bebop.ts.net:8095";
interval = "5m";
conditions = [
"[STATUS] == 200"
];
alerts = [{ type = "ntfy"; }];
}
{ {
name = "Vikunja"; name = "Vikunja";
group = "s0"; group = "s0";

View File

@@ -401,6 +401,15 @@
statusCheck = false; statusCheck = false;
id = "5_4201_sandman"; id = "5_4201_sandman";
}; };
music-assistant = {
title = "Music Assistant";
description = "s0:8095";
icon = "hl-music-assistant";
url = "http://s0.koi-bebop.ts.net:8095";
target = "sametab";
statusCheck = false;
id = "6_4201_music-assistant";
};
}; };
haList = [ haList = [
haItems.home-assistant haItems.home-assistant
@@ -409,6 +418,7 @@
haItems.frigate haItems.frigate
haItems.valetudo haItems.valetudo
haItems.sandman haItems.sandman
haItems.music-assistant
]; ];
in in
{ {