core/homeassistant/components/zeroconf/manifest.json

16 lines
263 B
JSON

{
"domain": "zeroconf",
"name": "Zeroconf",
"documentation": "https://www.home-assistant.io/integrations/zeroconf",
"requirements": [
"zeroconf==0.24.0"
],
"dependencies": [
"api"
],
"codeowners": [
"@robbiet480",
"@Kane610"
]
}