2021-08-20 19:04:18 +00:00
|
|
|
{
|
|
|
|
"domain": "usb",
|
|
|
|
"name": "USB Discovery",
|
|
|
|
"documentation": "https://www.home-assistant.io/integrations/usb",
|
2022-07-10 01:30:22 +00:00
|
|
|
"requirements": ["pyudev==0.23.2", "pyserial==3.5"],
|
2021-08-20 19:04:18 +00:00
|
|
|
"codeowners": ["@bdraco"],
|
2021-08-21 21:06:44 +00:00
|
|
|
"dependencies": ["websocket_api"],
|
2021-08-20 19:04:18 +00:00
|
|
|
"quality_scale": "internal",
|
2022-10-04 14:36:42 +00:00
|
|
|
"iot_class": "local_push",
|
|
|
|
"integration_type": "system"
|
2022-03-30 08:56:37 +00:00
|
|
|
}
|