2020-01-06 17:06:16 +00:00
|
|
|
{
|
|
|
|
"domain": "brother",
|
|
|
|
"name": "Brother Printer",
|
|
|
|
"documentation": "https://www.home-assistant.io/integrations/brother",
|
|
|
|
"codeowners": ["@bieniu"],
|
2021-10-17 10:12:35 +00:00
|
|
|
"requirements": ["brother==1.1.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",
|
|
|
|
"iot_class": "local_polling"
|
2020-01-06 17:06:16 +00:00
|
|
|
}
|