feat: AdGuard Home integration (#929)

* feat: AdGuard Home integration

* fix: code improvments

* fix: a better errorMessages method
This commit is contained in:
Yossi Hillali
2024-08-07 09:06:59 +03:00
committed by GitHub
parent d4c2bd2789
commit 44712608b7
5 changed files with 209 additions and 27 deletions

View File

@@ -1,12 +1,13 @@
// General integrations
export { PiHoleIntegration } from "./pi-hole/pi-hole-integration";
export { AdGuardHomeIntegration } from "./adguard-home/adguard-home-integration";
export { HomeAssistantIntegration } from "./homeassistant/homeassistant-integration";
export { JellyfinIntegration } from "./jellyfin/jellyfin-integration";
export { SonarrIntegration } from "./media-organizer/sonarr/sonarr-integration";
export { PiHoleIntegration } from "./pi-hole/pi-hole-integration";
// Types
export type { StreamSession } from "./interfaces/media-server/session";
// Helpers
export { IntegrationTestConnectionError } from "./base/test-connection-error";
export { integrationCreatorByKind } from "./base/creator";
export { IntegrationTestConnectionError } from "./base/test-connection-error";