hass-core/homeassistant/components/brother/manifest.json
Maciej Bieniek 6dc99d2ad8
Bump brother and pysnmplib backend libraries (#89100)
* Bump brother and pysnmplib

* Fix tests
2023-03-05 12:40:12 +01:00

18 lines
464 B
JSON

{
"domain": "brother",
"name": "Brother Printer",
"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==2.3.0"],
"zeroconf": [
{
"type": "_printer._tcp.local.",
"name": "brother*"
}
]
}