core/homeassistant/components/brother/manifest.json

17 lines
377 B
JSON

{
"domain": "brother",
"name": "Brother Printer",
"documentation": "https://www.home-assistant.io/integrations/brother",
"codeowners": ["@bieniu"],
"requirements": ["brother==1.1.0"],
"zeroconf": [
{
"type": "_printer._tcp.local.",
"name": "brother*"
}
],
"config_flow": true,
"quality_scale": "platinum",
"iot_class": "local_polling"
}