mirror of
https://github.com/danieldemus/openhab-core.git
synced 2026-07-29 12:34:22 +02:00
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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user