diff --git a/apps/__tests__/apps.test.ts b/apps/__tests__/apps.test.ts index fcb591d5..a2719e2d 100644 --- a/apps/__tests__/apps.test.ts +++ b/apps/__tests__/apps.test.ts @@ -17,7 +17,7 @@ interface AppConfig { available: boolean; } -const networkExceptions = ["pihole", "tailscale"]; +const networkExceptions = ["pihole", "tailscale", "homeassistant"]; const getAppConfigs = (): AppConfig[] => { const apps: AppConfig[] = [];