From ef652e57d13e5a341a3dce5e5dafa1f42d91ed5a Mon Sep 17 00:00:00 2001 From: Manu <4445816+tr4nt0r@users.noreply.github.com> Date: Mon, 6 Jan 2025 20:37:01 +0100 Subject: [PATCH] Add `bring_api` to loggers in Bring integration (#134897) Add bring-api to loggers --- homeassistant/components/bring/manifest.json | 1 + 1 file changed, 1 insertion(+) diff --git a/homeassistant/components/bring/manifest.json b/homeassistant/components/bring/manifest.json index ff24a9913508a3..71fe733ccf5d50 100644 --- a/homeassistant/components/bring/manifest.json +++ b/homeassistant/components/bring/manifest.json @@ -6,5 +6,6 @@ "documentation": "https://www.home-assistant.io/integrations/bring", "integration_type": "service", "iot_class": "cloud_polling", + "loggers": ["bring_api"], "requirements": ["bring-api==0.9.1"] }