core/homeassistant/components/usb/manifest.json

12 lines
331 B
JSON
Raw Normal View History

{
"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"],
"codeowners": ["@bdraco"],
"dependencies": ["websocket_api"],
"quality_scale": "internal",
"iot_class": "local_push",
"integration_type": "system"
2022-03-30 08:56:37 +00:00
}