19 lines
464 B
JSON
19 lines
464 B
JSON
{
|
|
"domain": "brother",
|
|
"name": "Brother Printer",
|
|
"codeowners": ["@bieniu"],
|
|
"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*"
|
|
}
|
|
]
|
|
}
|