2020-01-06 17:06:16 +00:00
|
|
|
{
|
|
|
|
"domain": "brother",
|
|
|
|
"name": "Brother Printer",
|
|
|
|
"documentation": "https://www.home-assistant.io/integrations/brother",
|
|
|
|
"codeowners": ["@bieniu"],
|
2021-05-19 03:32:11 +00:00
|
|
|
"requirements": ["brother==1.0.2"],
|
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
|
|
|
}
|