core/homeassistant/components/brother/manifest.json

11 lines
321 B
JSON
Raw Normal View History

{
"domain": "brother",
"name": "Brother Printer",
"documentation": "https://www.home-assistant.io/integrations/brother",
"codeowners": ["@bieniu"],
2021-03-15 15:42:28 +00:00
"requirements": ["brother==0.2.2"],
2020-12-31 00:06:26 +00:00
"zeroconf": [{ "type": "_printer._tcp.local.", "name": "brother*" }],
"config_flow": true,
"quality_scale": "platinum"
}