Fix to make sure the service starts (#9130)
Signed-off-by: Mike Major <mike_j_major@hotmail.com>
This commit is contained in:
parent
64b15bcc48
commit
72c441e422
@ -71,7 +71,7 @@ import org.slf4j.LoggerFactory;
|
||||
* @author David Graeff - Initial Contribution
|
||||
*/
|
||||
@NonNullByDefault
|
||||
@Component(service = HueEmulationService.class)
|
||||
@Component(immediate = true, service = HueEmulationService.class)
|
||||
public class HueEmulationService implements EventHandler {
|
||||
|
||||
public static final String CONFIG_PID = "org.openhab.hueemulation";
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user