1
mirror of https://github.com/home-assistant/core synced 2024-08-28 03:36:46 +02:00
ha-core/homeassistant/components/usb/manifest.json
2023-02-08 20:41:50 +01:00

12 lines
331 B
JSON

{
"domain": "usb",
"name": "USB Discovery",
"codeowners": ["@bdraco"],
"dependencies": ["websocket_api"],
"documentation": "https://www.home-assistant.io/integrations/usb",
"integration_type": "system",
"iot_class": "local_push",
"quality_scale": "internal",
"requirements": ["pyudev==0.23.2", "pyserial==3.5"]
}