core/homeassistant/components/brother/manifest.json

11 lines
319 B
JSON
Raw Normal View History

{
"domain": "brother",
"name": "Brother Printer",
"documentation": "https://www.home-assistant.io/integrations/brother",
"codeowners": ["@bieniu"],
"requirements": ["brother==0.1.20"],
2020-10-16 10:38:39 +00:00
"zeroconf": [{"type": "_printer._tcp.local.", "name":"Brother*"}],
"config_flow": true,
"quality_scale": "platinum"
}