]> git.basschouten.com Git - openhab-addons.git/commitdiff
[zway] Standardize config URI (#11018)
authorlolodomo <lg.hc@free.fr>
Sun, 18 Jul 2021 07:15:09 +0000 (09:15 +0200)
committerGitHub <noreply@github.com>
Sun, 18 Jul 2021 07:15:09 +0000 (09:15 +0200)
Signed-off-by: Laurent Garnier <lg.hc@free.fr>
bundles/org.openhab.binding.zway/src/main/resources/OH-INF/config/bridge-config.xml
bundles/org.openhab.binding.zway/src/main/resources/OH-INF/thing/bridge.xml

index 5ea58b16b8a6bb14cf40849429856b0318840de2..5783c96df3766dd26686fd585e9f4d6b82eaa939 100644 (file)
@@ -4,7 +4,7 @@
        xmlns:config-description="https://openhab.org/schemas/config-description/v1.0.0"
        xsi:schemaLocation="https://openhab.org/schemas/config-description/v1.0.0
                https://openhab.org/schemas/config-description-1.0.0.xsd">
-       <config-description uri="binding:zway:zwayServer">
+       <config-description uri="bridge-type:zway:zwayServer">
                <parameter-group name="zwayServer">
                        <label>Z-Way Server</label>
                        <description>The configuration of the Z-Way server. Except for the username and password all the information detected
index ab06fce57c74a740a37e3d1c8b0949478e275f24..c59bb6acf87f0742687dc9ee08804ec0d6f3ace1 100644 (file)
@@ -20,7 +20,7 @@
                        <channel id="exclusion" typeId="exclusion"/>
                </channels>
 
-               <config-description-ref uri="binding:zway:zwayServer"/>
+               <config-description-ref uri="bridge-type:zway:zwayServer"/>
 
        </bridge-type>
 </thing:thing-descriptions>