core/homeassistant/components/brother/manifest.json

11 lines
290 B
JSON
Raw Normal View History

{
"domain": "brother",
"name": "Brother Printer",
"documentation": "https://www.home-assistant.io/integrations/brother",
"codeowners": ["@bieniu"],
2020-04-30 13:43:02 +00:00
"requirements": ["brother==0.1.14"],
"zeroconf": ["_printer._tcp.local."],
"config_flow": true,
"quality_scale": "platinum"
}