core/homeassistant/components/usb/manifest.json

12 lines
331 B
JSON
Raw Normal View History

{
"domain": "usb",
"name": "USB Discovery",
"codeowners": ["@bdraco"],
"dependencies": ["websocket_api"],
2023-02-08 19:41:50 +00:00
"documentation": "https://www.home-assistant.io/integrations/usb",
"integration_type": "system",
"iot_class": "local_push",
2023-02-08 19:41:50 +00:00
"quality_scale": "internal",
"requirements": ["pyudev==0.23.2", "pyserial==3.5"]
2022-03-30 08:56:37 +00:00
}