1
0
mirror of https://github.com/home-assistant/core.git synced 2026-05-26 10:15:33 +01:00
Files
core/homeassistant/components/zeroconf/manifest.json

13 lines
382 B
JSON

{
"domain": "zeroconf",
"name": "Zero-configuration networking (zeroconf)",
"codeowners": ["@bdraco"],
"dependencies": ["network", "api"],
"documentation": "https://www.home-assistant.io/integrations/zeroconf",
"integration_type": "system",
"iot_class": "local_push",
"loggers": ["zeroconf"],
"quality_scale": "internal",
"requirements": ["zeroconf==0.131.0"]
}