mirror of
https://github.com/home-assistant/core.git
synced 2025-11-09 10:59:40 +00:00
Limit USB discovery to specific manufacturer/description/serial_number matches (#55236)
* Limit USB discovery to specific manufacturer/description/serial_number matches * test for None case
This commit is contained in:
@@ -9,22 +9,20 @@ USB = [
|
||||
{
|
||||
"domain": "zha",
|
||||
"vid": "10C4",
|
||||
"pid": "EA60"
|
||||
"pid": "EA60",
|
||||
"description": "*2652*"
|
||||
},
|
||||
{
|
||||
"domain": "zha",
|
||||
"vid": "1CF1",
|
||||
"pid": "0030"
|
||||
},
|
||||
{
|
||||
"domain": "zha",
|
||||
"vid": "1A86",
|
||||
"pid": "7523"
|
||||
"pid": "0030",
|
||||
"description": "*conbee*"
|
||||
},
|
||||
{
|
||||
"domain": "zha",
|
||||
"vid": "10C4",
|
||||
"pid": "8A2A"
|
||||
"pid": "8A2A",
|
||||
"description": "*zigbee*"
|
||||
},
|
||||
{
|
||||
"domain": "zwave_js",
|
||||
|
||||
Reference in New Issue
Block a user