Browse Source

Add homeassistant to network checks exceptions

Nicolas Meienberger 3 years ago
parent
commit
70bb2eec6e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      apps/__tests__/apps.test.ts

+ 1 - 1
apps/__tests__/apps.test.ts

@@ -17,7 +17,7 @@ interface AppConfig {
   available: boolean;
   available: boolean;
 }
 }
 
 
-const networkExceptions = ["pihole", "tailscale"];
+const networkExceptions = ["pihole", "tailscale", "homeassistant"];
 const getAppConfigs = (): AppConfig[] => {
 const getAppConfigs = (): AppConfig[] => {
   const apps: AppConfig[] = [];
   const apps: AppConfig[] = [];