From b07f614cf59e6c8a5238ff8e9375dc580e43b2d1 Mon Sep 17 00:00:00 2001 From: Malte Franken Date: Thu, 9 Mar 2023 07:53:12 +1100 Subject: [PATCH] Add loggers to gdacs manifest file (#89338) define loggers --- homeassistant/components/gdacs/manifest.json | 1 + 1 file changed, 1 insertion(+) diff --git a/homeassistant/components/gdacs/manifest.json b/homeassistant/components/gdacs/manifest.json index 4db9d2fc893..86904e3e9bc 100644 --- a/homeassistant/components/gdacs/manifest.json +++ b/homeassistant/components/gdacs/manifest.json @@ -6,6 +6,7 @@ "documentation": "https://www.home-assistant.io/integrations/gdacs", "integration_type": "service", "iot_class": "cloud_polling", + "loggers": ["aio_georss_gdacs", "aio_georss_client"], "quality_scale": "platinum", "requirements": ["aio_georss_gdacs==0.8"] }