Add loggers to zeroconf (#65168)

- The original PR excluded all zeroconf deps, and I forget to add it back
This commit is contained in:
J. Nick Koston 2022-01-28 22:21:05 -06:00 committed by GitHub
parent c7cdee258e
commit 0755310258
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,5 +6,6 @@
"dependencies": ["network", "api"],
"codeowners": ["@bdraco"],
"quality_scale": "internal",
"iot_class": "local_push"
"iot_class": "local_push",
"loggers": ["zeroconf"]
}