Add homeassistant to network checks exceptions
This commit is contained in:
parent
c0fdea08d2
commit
70bb2eec6e
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ interface AppConfig {
|
|||
available: boolean;
|
||||
}
|
||||
|
||||
const networkExceptions = ["pihole", "tailscale"];
|
||||
const networkExceptions = ["pihole", "tailscale", "homeassistant"];
|
||||
const getAppConfigs = (): AppConfig[] => {
|
||||
const apps: AppConfig[] = [];
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue