Skip to content

Commit

Permalink
[zway] Standardize config URI (openhab#11018)
Browse files Browse the repository at this point in the history
Signed-off-by: Laurent Garnier <[email protected]>
  • Loading branch information
lolodomo authored and thinkingstone committed Nov 7, 2021
1 parent cfb2a1e commit 75c79f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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>

0 comments on commit 75c79f4

Please sign in to comment.