mirror of
https://github.com/home-assistant/core.git
synced 2025-08-30 09:51:37 +02:00
Add SONOFF Dongle Lite MG21 discovery support in ZHA (#148813)
Co-authored-by: zetao.zheng <1050713479@qq.com>
This commit is contained in:
@@ -106,6 +106,12 @@
|
||||
"pid": "EA60",
|
||||
"description": "*sonoff*max*",
|
||||
"known_devices": ["SONOFF Dongle Max MG24"]
|
||||
},
|
||||
{
|
||||
"vid": "10C4",
|
||||
"pid": "EA60",
|
||||
"description": "*sonoff*lite*mg21*",
|
||||
"known_devices": ["sonoff zigbee dongle lite mg21"]
|
||||
}
|
||||
],
|
||||
"zeroconf": [
|
||||
|
6
homeassistant/generated/usb.py
generated
6
homeassistant/generated/usb.py
generated
@@ -143,6 +143,12 @@ USB = [
|
||||
"pid": "EA60",
|
||||
"vid": "10C4",
|
||||
},
|
||||
{
|
||||
"description": "*sonoff*lite*mg21*",
|
||||
"domain": "zha",
|
||||
"pid": "EA60",
|
||||
"vid": "10C4",
|
||||
},
|
||||
{
|
||||
"domain": "zwave_js",
|
||||
"pid": "0200",
|
||||
|
Reference in New Issue
Block a user