Fix issues with configuration PIDs (#1727)

* Fixes warnings about "using different service PIDs"
* Fixes missing default values

Signed-off-by: Wouter Born <github@maindrain.net>
This commit is contained in:
Wouter Born
2020-10-18 18:02:13 +02:00
committed by GitHub
parent 3d88e91952
commit 4c31c0b3ff
4 changed files with 6 additions and 6 deletions
@@ -120,7 +120,7 @@
<bundle>mvn:org.openhab.core.bundles/org.openhab.core.io.http.auth.basic/${project.version}</bundle>
<feature>openhab-core-io-http-auth</feature>
<config name="org.openhab.core.auth">
<config name="org.openhab.auth">
enabled = true
</config>
</feature>
@@ -397,10 +397,10 @@
<!-- It is temperarily disabled due to https://github.com/openhab/openhab-core/issues/422 -->
<!-- <bundle start-level="30">mvn:org.openhab.core.bundles/org.openhab.ui.start/${project.version}</bundle> -->
<bundle>mvn:org.openhab.core.bundles/org.openhab.core.karaf/${project.version}</bundle>
<config name="org.openhab.core.audio">
<config name="org.openhab.audio">
defaultSink = enhancedjavasound
</config>
<config name="org.openhab.core.voice">
<config name="org.openhab.voice">
defaultHLI = rulehli
</config>
</feature>