From: lolodomo Date: Sun, 25 Jul 2021 10:40:57 +0000 (+0200) Subject: [pulseaudio] Move the binding config in file binding.xml (#11055) X-Git-Url: https://git.basschouten.com/?a=commitdiff_plain;h=0c2d697909730723de778a4f766291127460e450;p=openhab-addons.git [pulseaudio] Move the binding config in file binding.xml (#11055) Signed-off-by: Laurent Garnier --- 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 1e1b3cfcd2..15ea8c80a6 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 d54d7f4ffe..0000000000 --- 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 - - - -