From 33c75bfd368c6d03641ccc6a78692e6f8891ff4b Mon Sep 17 00:00:00 2001 From: Thomas55555 <59625598+Thomas55555@users.noreply.github.com> Date: Thu, 14 Mar 2024 09:29:11 +0100 Subject: [PATCH] Add loggers to Husqvarna Automower (#113381) --- homeassistant/components/husqvarna_automower/manifest.json | 1 + 1 file changed, 1 insertion(+) diff --git a/homeassistant/components/husqvarna_automower/manifest.json b/homeassistant/components/husqvarna_automower/manifest.json index e51da21c727..49a554f2e0a 100644 --- a/homeassistant/components/husqvarna_automower/manifest.json +++ b/homeassistant/components/husqvarna_automower/manifest.json @@ -6,5 +6,6 @@ "dependencies": ["application_credentials"], "documentation": "https://www.home-assistant.io/integrations/husqvarna_automower", "iot_class": "cloud_push", + "loggers": ["aioautomower"], "requirements": ["aioautomower==2024.3.2"] }