From 0c2d697909730723de778a4f766291127460e450 Mon Sep 17 00:00:00 2001 From: lolodomo Date: Sun, 25 Jul 2021 12:40:57 +0200 Subject: [PATCH] [pulseaudio] Move the binding config in file binding.xml (#11055) Signed-off-by: Laurent Garnier --- .../main/resources/OH-INF/binding/binding.xml | 23 ++++++++++++++ .../main/resources/OH-INF/config/config.xml | 31 ------------------- 2 files changed, 23 insertions(+), 31 deletions(-) delete mode 100644 bundles/org.openhab.binding.pulseaudio/src/main/resources/OH-INF/config/config.xml 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 1e1b3cfcd22..15ea8c80a60 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 d54d7f4ffe6..00000000000 --- 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 - - - -