Add known devices to USB Vendor / Product IDs (#54986)
Co-authored-by: kpine <keith.pine@gmail.com>
This commit is contained in:
@@ -210,6 +210,7 @@ MANIFEST_SCHEMA = vol.Schema(
|
||||
{
|
||||
vol.Optional("vid"): vol.All(str, verify_uppercase),
|
||||
vol.Optional("pid"): vol.All(str, verify_uppercase),
|
||||
vol.Optional("known_devices"): [str],
|
||||
}
|
||||
)
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user