From eadfd51dab16ab7cbf1e889f7dce671db227a4e7 Mon Sep 17 00:00:00 2001 From: Maikel Punie Date: Fri, 3 Nov 2023 13:11:26 +0100 Subject: [PATCH] Add loggers to the duotecno integration (#103300) --- homeassistant/components/duotecno/manifest.json | 1 + 1 file changed, 1 insertion(+) diff --git a/homeassistant/components/duotecno/manifest.json b/homeassistant/components/duotecno/manifest.json index f6482791292..60f59e865df 100644 --- a/homeassistant/components/duotecno/manifest.json +++ b/homeassistant/components/duotecno/manifest.json @@ -5,6 +5,7 @@ "config_flow": true, "documentation": "https://www.home-assistant.io/integrations/duotecno", "iot_class": "local_push", + "loggers": ["pyduotecno", "pyduotecno-node", "pyduotecno-unit"], "quality_scale": "silver", "requirements": ["pyDuotecno==2023.10.1"] }