Added Diva switch to device discovery (#18107)

Signed-off-by: Jerry Andrews <jerry@jrandrews.org>
pull/18089/merge
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
1 changed files with 1 additions and 0 deletions

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":