2020-01-06 17:06:16 +00:00
|
|
|
{
|
|
|
|
"domain": "brother",
|
|
|
|
"name": "Brother Printer",
|
|
|
|
"documentation": "https://www.home-assistant.io/integrations/brother",
|
|
|
|
"codeowners": ["@bieniu"],
|
2022-04-11 17:45:48 +00:00
|
|
|
"requirements": ["brother==1.2.0"],
|
2021-04-15 08:21:38 +00:00
|
|
|
"zeroconf": [
|
|
|
|
{
|
|
|
|
"type": "_printer._tcp.local.",
|
|
|
|
"name": "brother*"
|
|
|
|
}
|
|
|
|
],
|
2020-03-18 03:21:56 +00:00
|
|
|
"config_flow": true,
|
2021-04-15 08:21:38 +00:00
|
|
|
"quality_scale": "platinum",
|
2022-01-28 21:37:53 +00:00
|
|
|
"iot_class": "local_polling",
|
|
|
|
"loggers": ["brother", "pyasn1", "pysmi", "pysnmp"]
|
2020-01-06 17:06:16 +00:00
|
|
|
}
|