Remove SmartHome leftovers (#9283)
Signed-off-by: Wouter Born <github@maindrain.net>
This commit is contained in:
@@ -33,7 +33,7 @@ import org.slf4j.LoggerFactory;
|
||||
* @author Thomas.Eichstaedt-Engelen
|
||||
*/
|
||||
@NonNullByDefault
|
||||
@Component(property = { "smarthome.transform=REGEX" })
|
||||
@Component(property = { "openhab.transform=REGEX" })
|
||||
public class RegExTransformationService implements TransformationService {
|
||||
|
||||
private final Logger logger = LoggerFactory.getLogger(RegExTransformationService.class);
|
||||
|
||||
@@ -60,7 +60,7 @@ public class RegexTransformationProfileFactory implements ProfileFactory, Profil
|
||||
return Arrays.asList(RegexTransformationProfile.PROFILE_TYPE_UID);
|
||||
}
|
||||
|
||||
@Reference(target = "(smarthome.transform=REGEX)")
|
||||
@Reference(target = "(openhab.transform=REGEX)")
|
||||
public void addTransformationService(TransformationService service) {
|
||||
this.service = service;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user