From 93150b740d8cc22112c065e8d15ecb3f0268ee75 Mon Sep 17 00:00:00 2001 From: Thomas55555 <59625598+Thomas55555@users.noreply.github.com> Date: Sat, 10 Jun 2023 13:24:45 +0000 Subject: [PATCH] fix loggers --- custom_components/husqvarna_automower/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/husqvarna_automower/manifest.json b/custom_components/husqvarna_automower/manifest.json index 2edb07a4..91383a9d 100644 --- a/custom_components/husqvarna_automower/manifest.json +++ b/custom_components/husqvarna_automower/manifest.json @@ -14,7 +14,7 @@ "integration_type": "hub", "iot_class": "cloud_push", "issue_tracker": "https://github.com/Thomas55555/husqvarna_automower/issues", - "loggers": ["aioautomower, geopy, numpy, Pillow"], + "loggers": ["aioautomower", "geopy", "numpy", "Pillow"], "requirements": [ "aioautomower==2023.4.4", "geopy>=2.1.0",