hass-core/homeassistant/components/brother/manifest.json
Maciej Bieniek 8f5ddd5bcc
Bump brother backend library to version 4.2.0 (#118557)
Co-authored-by: Maciej Bieniek <478555+bieniu@users.noreply.github.com>
2024-05-31 09:00:33 -05:00

19 lines
498 B
JSON

{
"domain": "brother",
"name": "Brother Printer",
"after_dependencies": ["snmp"],
"codeowners": ["@bieniu"],
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/brother",
"integration_type": "device",
"iot_class": "local_polling",
"loggers": ["brother", "pyasn1", "pysmi", "pysnmp"],
"quality_scale": "platinum",
"requirements": ["brother==4.2.0"],
"zeroconf": [
{
"type": "_printer._tcp.local.",
"name": "brother*"
}
]
}