From a2ed7f7679ab849bf891ea423a056f30b122542e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Sun, 9 Oct 2022 16:18:10 +0300 Subject: [PATCH] Remove incorrect UpCloud logger from manifest (#79855) --- homeassistant/components/upcloud/manifest.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/homeassistant/components/upcloud/manifest.json b/homeassistant/components/upcloud/manifest.json index 26e1f92ef9a..a9e0f74462e 100644 --- a/homeassistant/components/upcloud/manifest.json +++ b/homeassistant/components/upcloud/manifest.json @@ -5,6 +5,5 @@ "documentation": "https://www.home-assistant.io/integrations/upcloud", "requirements": ["upcloud-api==2.0.0"], "codeowners": ["@scop"], - "iot_class": "cloud_polling", - "loggers": ["upcloud_api"] + "iot_class": "cloud_polling" }