diff --git a/bundles/org.openhab.binding.pulseaudio/src/main/resources/OH-INF/binding/binding.xml b/bundles/org.openhab.binding.pulseaudio/src/main/resources/OH-INF/binding/binding.xml index 1e1b3cfcd..15ea8c80a 100644 --- a/bundles/org.openhab.binding.pulseaudio/src/main/resources/OH-INF/binding/binding.xml +++ b/bundles/org.openhab.binding.pulseaudio/src/main/resources/OH-INF/binding/binding.xml @@ -6,4 +6,27 @@ Pulseaudio Binding This is the binding for Pulseaudio. + + + + Activate the import of sink elements. + true + + + + Activate the import of sink-input elements. + false + + + + Activate the import of source elements. + false + + + + Activate the import of source-output elements. + false + + + diff --git a/bundles/org.openhab.binding.pulseaudio/src/main/resources/OH-INF/config/config.xml b/bundles/org.openhab.binding.pulseaudio/src/main/resources/OH-INF/config/config.xml deleted file mode 100644 index d54d7f4ff..000000000 --- a/bundles/org.openhab.binding.pulseaudio/src/main/resources/OH-INF/config/config.xml +++ /dev/null @@ -1,31 +0,0 @@ - - - - - - - Activate the import of sink elements. - true - - - - Activate the import of sink-input elements. - false - - - - Activate the import of source elements. - false - - - - Activate the import of source-output elements. - false - - - -