mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 05:07:41 +00:00
Added auto-discovery configuration for SONOFF Dongle Max in zha. (#140574)
Co-authored-by: zetao.zheng <1050713479@qq.com>
This commit is contained in:
parent
438aa3486d
commit
703032ab27
@ -100,6 +100,12 @@
|
|||||||
"pid": "8B34",
|
"pid": "8B34",
|
||||||
"description": "*bv 2010/10*",
|
"description": "*bv 2010/10*",
|
||||||
"known_devices": ["Bitron Video AV2010/10"]
|
"known_devices": ["Bitron Video AV2010/10"]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"vid": "10C4",
|
||||||
|
"pid": "EA60",
|
||||||
|
"description": "*sonoff*max*",
|
||||||
|
"known_devices": ["SONOFF Dongle Max MG24"]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"zeroconf": [
|
"zeroconf": [
|
||||||
|
6
homeassistant/generated/usb.py
generated
6
homeassistant/generated/usb.py
generated
@ -137,6 +137,12 @@ USB = [
|
|||||||
"pid": "8B34",
|
"pid": "8B34",
|
||||||
"vid": "10C4",
|
"vid": "10C4",
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"description": "*sonoff*max*",
|
||||||
|
"domain": "zha",
|
||||||
|
"pid": "EA60",
|
||||||
|
"vid": "10C4",
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"domain": "zwave_js",
|
"domain": "zwave_js",
|
||||||
"pid": "0200",
|
"pid": "0200",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user