mirror of
https://github.com/home-assistant/core.git
synced 2026-04-20 16:39:02 +02:00
Add new ZBT-2 VID:PID pair for discovery (#154036)
This commit is contained in:
@@ -13,6 +13,12 @@
|
||||
"pid": "4001",
|
||||
"description": "*zbt-2*",
|
||||
"known_devices": ["ZBT-2"]
|
||||
},
|
||||
{
|
||||
"vid": "303A",
|
||||
"pid": "831A",
|
||||
"description": "*zbt-2*",
|
||||
"known_devices": ["ZBT-2"]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
6
homeassistant/generated/usb.py
generated
6
homeassistant/generated/usb.py
generated
@@ -10,6 +10,12 @@ USB = [
|
||||
"pid": "4001",
|
||||
"vid": "303A",
|
||||
},
|
||||
{
|
||||
"description": "*zbt-2*",
|
||||
"domain": "homeassistant_connect_zbt2",
|
||||
"pid": "831A",
|
||||
"vid": "303A",
|
||||
},
|
||||
{
|
||||
"description": "*skyconnect v1.0*",
|
||||
"domain": "homeassistant_sky_connect",
|
||||
|
||||
Reference in New Issue
Block a user