From: Jacob Laursen Date: Sun, 22 Jan 2023 18:22:13 +0000 (+0100) Subject: Fix some addon.xml issues (#14261) X-Git-Url: https://git.basschouten.com/?a=commitdiff_plain;h=fe9f0583b5d8dcc88d40c9517f63f327b61261b8;p=openhab-addons.git Fix some addon.xml issues (#14261) * Fix some addon.xml issues * Re-add thing-type binding for Velux * Prefix thing-type filenames Signed-off-by: Jacob Laursen --- diff --git a/bundles/org.openhab.binding.icloud/src/main/resources/OH-INF/addon/addon.xml b/bundles/org.openhab.binding.icloud/src/main/resources/OH-INF/addon/addon.xml index b60f563357..18ba83fcc8 100644 --- a/bundles/org.openhab.binding.icloud/src/main/resources/OH-INF/addon/addon.xml +++ b/bundles/org.openhab.binding.icloud/src/main/resources/OH-INF/addon/addon.xml @@ -3,6 +3,6 @@ xmlns:addon="https://openhab.org/schemas/addon/v1.0.0" xsi:schemaLocation="https://openhab.org/schemas/addon/v1.0.0 https://openhab.org/schemas/addon-1.0.0.xsd"> binding - @text/icloud.binding.name - @text/icloud.binding.description + @text/icloud.addon.name + @text/icloud.addon.description diff --git a/bundles/org.openhab.binding.nobohub/src/main/resources/OH-INF/addon/addon.xml b/bundles/org.openhab.binding.nobohub/src/main/resources/OH-INF/addon/addon.xml new file mode 100644 index 0000000000..141328cc9c --- /dev/null +++ b/bundles/org.openhab.binding.nobohub/src/main/resources/OH-INF/addon/addon.xml @@ -0,0 +1,10 @@ + + + + binding + Glen Dimplex Nobø Hub Binding + This is the binding for Glen Dimplex Nobø Hub. + + diff --git a/bundles/org.openhab.binding.shelly/src/main/resources/OH-INF/addon/addon.xml b/bundles/org.openhab.binding.shelly/src/main/resources/OH-INF/addon/addon.xml index 850e1af262..92076c4f46 100644 --- a/bundles/org.openhab.binding.shelly/src/main/resources/OH-INF/addon/addon.xml +++ b/bundles/org.openhab.binding.shelly/src/main/resources/OH-INF/addon/addon.xml @@ -4,31 +4,30 @@ xsi:schemaLocation="https://openhab.org/schemas/addon/v1.0.0 https://openhab.org/schemas/addon-1.0.0.xsd"> binding - @text/binding.shelly.name - @text/binding.shelly.description - Markus Michels + @text/addon.shelly.name + @text/addon.shelly.description admin - - @text/binding.shelly.config.defaultUserId.description + + @text/addon.shelly.config.defaultUserId.description admin - - @text/binding.shelly.config.defaultPassword.description + + @text/addon.shelly.config.defaultPassword.description password - - @text/binding.shelly.config.localIP.description + + @text/addon.shelly.config.localIP.description true - - @text/binding.shelly.config.autoCoIoT.description + + @text/addon.shelly.config.autoCoIoT.description diff --git a/bundles/org.openhab.binding.velux/src/main/resources/OH-INF/thing/actuator.xml b/bundles/org.openhab.binding.velux/src/main/resources/OH-INF/thing/actuator.xml deleted file mode 100644 index eb704bf802..0000000000 --- a/bundles/org.openhab.binding.velux/src/main/resources/OH-INF/thing/actuator.xml +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - - - - - - @text/thing-type.velux.actuator.description - Blinds - - - - - - - serial - - - diff --git a/bundles/org.openhab.binding.velux/src/main/resources/OH-INF/thing/rollershutter.xml b/bundles/org.openhab.binding.velux/src/main/resources/OH-INF/thing/rollershutter.xml deleted file mode 100644 index 2918a79665..0000000000 --- a/bundles/org.openhab.binding.velux/src/main/resources/OH-INF/thing/rollershutter.xml +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - @text/thing-type.velux.rollershutter.description - Blinds - - - - - - - serial - - - diff --git a/bundles/org.openhab.binding.velux/src/main/resources/OH-INF/thing/scene.xml b/bundles/org.openhab.binding.velux/src/main/resources/OH-INF/thing/scene.xml deleted file mode 100644 index acfa7c11ad..0000000000 --- a/bundles/org.openhab.binding.velux/src/main/resources/OH-INF/thing/scene.xml +++ /dev/null @@ -1,24 +0,0 @@ - - - - - - - - - - - - - @text/thing-type.velux.scene.description - Blinds - - - - sceneName - - - diff --git a/bundles/org.openhab.binding.velux/src/main/resources/OH-INF/thing/thing-type-actuator.xml b/bundles/org.openhab.binding.velux/src/main/resources/OH-INF/thing/thing-type-actuator.xml new file mode 100644 index 0000000000..eb704bf802 --- /dev/null +++ b/bundles/org.openhab.binding.velux/src/main/resources/OH-INF/thing/thing-type-actuator.xml @@ -0,0 +1,26 @@ + + + + + + + + + + + + @text/thing-type.velux.actuator.description + Blinds + + + + + + + serial + + + diff --git a/bundles/org.openhab.binding.velux/src/main/resources/OH-INF/thing/thing-type-binding.xml b/bundles/org.openhab.binding.velux/src/main/resources/OH-INF/thing/thing-type-binding.xml new file mode 100644 index 0000000000..8524d7f717 --- /dev/null +++ b/bundles/org.openhab.binding.velux/src/main/resources/OH-INF/thing/thing-type-binding.xml @@ -0,0 +1,22 @@ + + + + + + + + + @text/thing-type.velux.binding.description + NetworkAppliance + + + + + N/A + + bundleVersion + + diff --git a/bundles/org.openhab.binding.velux/src/main/resources/OH-INF/thing/thing-type-rollershutter.xml b/bundles/org.openhab.binding.velux/src/main/resources/OH-INF/thing/thing-type-rollershutter.xml new file mode 100644 index 0000000000..2918a79665 --- /dev/null +++ b/bundles/org.openhab.binding.velux/src/main/resources/OH-INF/thing/thing-type-rollershutter.xml @@ -0,0 +1,27 @@ + + + + + + + + + + + + + @text/thing-type.velux.rollershutter.description + Blinds + + + + + + + serial + + + diff --git a/bundles/org.openhab.binding.velux/src/main/resources/OH-INF/thing/thing-type-scene.xml b/bundles/org.openhab.binding.velux/src/main/resources/OH-INF/thing/thing-type-scene.xml new file mode 100644 index 0000000000..acfa7c11ad --- /dev/null +++ b/bundles/org.openhab.binding.velux/src/main/resources/OH-INF/thing/thing-type-scene.xml @@ -0,0 +1,24 @@ + + + + + + + + + + + + + @text/thing-type.velux.scene.description + Blinds + + + + sceneName + + + diff --git a/bundles/org.openhab.binding.velux/src/main/resources/OH-INF/thing/thing-type-vshutter.xml b/bundles/org.openhab.binding.velux/src/main/resources/OH-INF/thing/thing-type-vshutter.xml new file mode 100644 index 0000000000..8545eab3ee --- /dev/null +++ b/bundles/org.openhab.binding.velux/src/main/resources/OH-INF/thing/thing-type-vshutter.xml @@ -0,0 +1,23 @@ + + + + + + + + + + + + + @text/thing-type.velux.vshutter.description + Blinds + + + + + + diff --git a/bundles/org.openhab.binding.velux/src/main/resources/OH-INF/thing/thing-type-window.xml b/bundles/org.openhab.binding.velux/src/main/resources/OH-INF/thing/thing-type-window.xml new file mode 100644 index 0000000000..baa278e0dc --- /dev/null +++ b/bundles/org.openhab.binding.velux/src/main/resources/OH-INF/thing/thing-type-window.xml @@ -0,0 +1,26 @@ + + + + + + + + + + + + + @text/thing-type.velux.window.description + Window + + + + + + serial + + + diff --git a/bundles/org.openhab.binding.velux/src/main/resources/OH-INF/thing/vshutter.xml b/bundles/org.openhab.binding.velux/src/main/resources/OH-INF/thing/vshutter.xml deleted file mode 100644 index 8545eab3ee..0000000000 --- a/bundles/org.openhab.binding.velux/src/main/resources/OH-INF/thing/vshutter.xml +++ /dev/null @@ -1,23 +0,0 @@ - - - - - - - - - - - - - @text/thing-type.velux.vshutter.description - Blinds - - - - - - diff --git a/bundles/org.openhab.binding.velux/src/main/resources/OH-INF/thing/window.xml b/bundles/org.openhab.binding.velux/src/main/resources/OH-INF/thing/window.xml deleted file mode 100644 index baa278e0dc..0000000000 --- a/bundles/org.openhab.binding.velux/src/main/resources/OH-INF/thing/window.xml +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - - - - - - - @text/thing-type.velux.window.description - Window - - - - - - serial - - -