From eb1782b2b57e731bf1f75e0439d9dd45766d2f4a Mon Sep 17 00:00:00 2001 From: Brendan Dahl Date: Wed, 1 Jan 2025 10:10:16 -0500 Subject: [PATCH] fix: update loggers --- custom_components/ha_blueair/manifest.json | 1 + 1 file changed, 1 insertion(+) diff --git a/custom_components/ha_blueair/manifest.json b/custom_components/ha_blueair/manifest.json index 121d2ae..136541c 100644 --- a/custom_components/ha_blueair/manifest.json +++ b/custom_components/ha_blueair/manifest.json @@ -6,6 +6,7 @@ "documentation": "https://github.com/dahlb/ha_blueair", "iot_class": "cloud_polling", "issue_tracker": "https://github.com/dahlb/ha_blueair/issues", + "loggers": ["ha_blueair", "blueair_api"], "requirements": ["blueair-api==1.29.0"], "version": "1.22.0" }