Add known devices to USB Vendor / Product IDs (#54986)
Co-authored-by: kpine <keith.pine@gmail.com>
This commit is contained in:
parent
5329dccd8b
commit
0403ea715e
6 changed files with 32 additions and 13 deletions
|
@ -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],
|
||||
}
|
||||
)
|
||||
],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue