From 0755310258c706bb9daebdf0260ae8ba9f4eaa61 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Fri, 28 Jan 2022 22:21:05 -0600 Subject: [PATCH] Add loggers to zeroconf (#65168) - The original PR excluded all zeroconf deps, and I forget to add it back --- homeassistant/components/zeroconf/manifest.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/homeassistant/components/zeroconf/manifest.json b/homeassistant/components/zeroconf/manifest.json index 16a8a8ff26e..d1b43da9e27 100644 --- a/homeassistant/components/zeroconf/manifest.json +++ b/homeassistant/components/zeroconf/manifest.json @@ -6,5 +6,6 @@ "dependencies": ["network", "api"], "codeowners": ["@bdraco"], "quality_scale": "internal", - "iot_class": "local_push" + "iot_class": "local_push", + "loggers": ["zeroconf"] }