Add homeassistant to network checks exceptions

This commit is contained in:
Nicolas Meienberger 2022-05-25 23:01:58 +02:00
parent c0fdea08d2
commit 70bb2eec6e

View file

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