From 70bb2eec6e6240991848ce7c875f19a9ced05dad Mon Sep 17 00:00:00 2001 From: Nicolas Meienberger Date: Wed, 25 May 2022 23:01:58 +0200 Subject: [PATCH] Add homeassistant to network checks exceptions --- apps/__tests__/apps.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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[] = [];