mirror of
https://github.com/home-assistant/core.git
synced 2026-09-08 06:31:35 +01:00
13 lines
374 B
JSON
13 lines
374 B
JSON
{
|
|
"domain": "usb",
|
|
"name": "USB Discovery",
|
|
"after_dependencies": ["hassio"],
|
|
"codeowners": ["@bdraco"],
|
|
"dependencies": ["websocket_api"],
|
|
"documentation": "https://www.home-assistant.io/integrations/usb",
|
|
"integration_type": "system",
|
|
"iot_class": "local_push",
|
|
"quality_scale": "internal",
|
|
"requirements": ["aiousbwatcher==1.1.2", "serialx==1.9.0"]
|
|
}
|