diff --git a/bundles/org.openhab.core.model.thing/src/org/openhab/core/model/thing/internal/GenericItemChannelLinkProvider.java b/bundles/org.openhab.core.model.thing/src/org/openhab/core/model/thing/internal/GenericItemChannelLinkProvider.java index 7a386b17a..0bdc017af 100644 --- a/bundles/org.openhab.core.model.thing/src/org/openhab/core/model/thing/internal/GenericItemChannelLinkProvider.java +++ b/bundles/org.openhab.core.model.thing/src/org/openhab/core/model/thing/internal/GenericItemChannelLinkProvider.java @@ -30,6 +30,7 @@ import org.openhab.core.model.item.BindingConfigReader; import org.openhab.core.thing.ChannelUID; import org.openhab.core.thing.link.ItemChannelLink; import org.openhab.core.thing.link.ItemChannelLinkProvider; +import org.openhab.core.thing.profiles.ProfileTypeUID; import org.osgi.service.component.annotations.Component; import org.slf4j.Logger; import org.slf4j.LoggerFactory; @@ -88,6 +89,17 @@ public class GenericItemChannelLinkProvider extends AbstractProvider itemNames = Objects.requireNonNull(contextMap.computeIfAbsent(context, k -> new HashSet<>()));