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"],
2020-10-11 16:04:27 +00:00
"requirements": ["brother==0.1.18"],
"zeroconf": [{"type": "_printer._tcp.local.", "name":"brother*"}],
"config_flow": true,
"quality_scale": "platinum"
}