From 6ed1096380ebedd629b031df63fc4aef59297a44 Mon Sep 17 00:00:00 2001 From: guozi7788 Date: Tue, 30 Aug 2022 10:46:33 +0800 Subject: [PATCH] Add the USB discovery for the Sonoff ZigBee dongle plus V2 --- homeassistant/components/zha/manifest.json | 6 ++++++ homeassistant/generated/usb.py | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/homeassistant/components/zha/manifest.json b/homeassistant/components/zha/manifest.json index 0648cbd86f77d3..66a31c468ff0de 100644 --- a/homeassistant/components/zha/manifest.json +++ b/homeassistant/components/zha/manifest.json @@ -21,6 +21,12 @@ "description": "*2652*", "known_devices": ["slae.sh cc2652rb stick"] }, + { + "vid": "1A86", + "pid": "55D4", + "description": "*sonoff*plus*", + "known_devices": ["sonoff zigbee dongle plus v2"] + }, { "vid": "10C4", "pid": "EA60", diff --git a/homeassistant/generated/usb.py b/homeassistant/generated/usb.py index 3583f96dc2c8b1..2a87f33cf4fbc6 100644 --- a/homeassistant/generated/usb.py +++ b/homeassistant/generated/usb.py @@ -41,6 +41,12 @@ "pid": "EA60", "description": "*2652*" }, + { + "domain": "zha", + "vid": "1A86", + "pid": "55D4", + "description": "*sonoff*plus*" + }, { "domain": "zha", "vid": "10C4",