Skip to content

Commit

Permalink
[awattar] Fix that allows bridge to be added via UI. (openhab#13730)
Browse files Browse the repository at this point in the history
Signed-off-by: Doug Culnane <doug@culnane.net>
  • Loading branch information
dougculnane authored and borazslo committed Jan 7, 2023
1 parent 995b5d3 commit 828f05e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 14 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@
xmlns:thing="https://openhab.org/schemas/thing-description/v1.0.0"
xsi:schemaLocation="https://openhab.org/schemas/thing-description/v1.0.0 https://openhab.org/schemas/thing-description-1.0.0.xsd">

<bridge-type id="bridge">
<label>aWATTar Bridge</label>
<description>Provides price data from the aWATTar API.</description>
<config-description-ref uri="bridge-type:awattar:bridge"/>
</bridge-type>

<thing-type id="prices">
<supported-bridge-type-refs>
<bridge-type-ref id="bridge"/>
Expand Down

0 comments on commit 828f05e

Please sign in to comment.