Remove SmartHome leftovers (#9283)
Signed-off-by: Wouter Born <github@maindrain.net>
This commit is contained in:
@@ -80,8 +80,8 @@ public class TellstickDiscoveryService extends AbstractDiscoveryService implemen
|
||||
|
||||
@Override
|
||||
public void onDeviceAdded(Bridge bridge, Device device) {
|
||||
logger.debug("Adding new TellstickDevice! '{}' with id '{}' and type '{}' to smarthome inbox", device,
|
||||
device.getId(), device.getDeviceType());
|
||||
logger.debug("Adding new TellstickDevice! '{}' with id '{}' and type '{}' to inbox", device, device.getId(),
|
||||
device.getDeviceType());
|
||||
ThingUID thingUID = getThingUID(bridge, device);
|
||||
logger.debug("Detected thingUID: {}", thingUID);
|
||||
if (thingUID != null) {
|
||||
|
||||
Reference in New Issue
Block a user