Added Diva switch to device discovery (#18107)

Signed-off-by: Jerry Andrews <jerry@jrandrews.org>
This commit is contained in:
Jerry Andrews 2025-01-17 07:46:27 -08:00 committed by GitHub
parent c32bc32ee5
commit 41655062ad
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -93,6 +93,7 @@ public class LeapDeviceDiscoveryService extends AbstractThingHandlerDiscoverySer
break;
case "WallSwitch":
case "PlugInSwitch":
case "DivaSmartSwitch":
notifyDiscovery(THING_TYPE_SWITCH, deviceId, label);
break;
case "CasetaFanSpeedController":