From 5948ff2e311561d94c701cae3c9963fc89ea445a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=85ke=20Strandberg?= Date: Fri, 28 Nov 2025 10:19:28 +0100 Subject: [PATCH] Add loggers to senz manifest (#157479) --- homeassistant/components/senz/manifest.json | 1 + 1 file changed, 1 insertion(+) diff --git a/homeassistant/components/senz/manifest.json b/homeassistant/components/senz/manifest.json index 410d82f8ef1..9385de830d8 100644 --- a/homeassistant/components/senz/manifest.json +++ b/homeassistant/components/senz/manifest.json @@ -6,5 +6,6 @@ "dependencies": ["application_credentials"], "documentation": "https://www.home-assistant.io/integrations/senz", "iot_class": "cloud_polling", + "loggers": ["aiosenz"], "requirements": ["aiosenz==1.0.0"] }