core/homeassistant/components/brother/manifest.json

19 lines
464 B
JSON
Raw Normal View History

{
"domain": "brother",
"name": "Brother Printer",
"codeowners": ["@bieniu"],
2023-02-08 19:16:39 +00:00
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/brother",
"integration_type": "device",
"iot_class": "local_polling",
"loggers": ["brother", "pyasn1", "pysmi", "pysnmp"],
"quality_scale": "platinum",
"requirements": ["brother==2.3.0"],
"zeroconf": [
{
"type": "_printer._tcp.local.",
"name": "brother*"
}
2023-02-08 19:16:39 +00:00
]
}