mirror of
https://github.com/openhab/openhab-addons.git
synced 2025-01-25 14:55:55 +01:00
[awattar] Fix that allows bridge to be added via UI. (#13730)
Signed-off-by: Doug Culnane <doug@culnane.net>
This commit is contained in:
parent
3ef974df17
commit
cc3ac23ae0
@ -1,14 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<thing:thing-descriptions bindingId="openweathermap"
|
|
||||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
||||||
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:thing-descriptions>
|
|
@ -4,6 +4,12 @@
|
|||||||
xmlns:thing="https://openhab.org/schemas/thing-description/v1.0.0"
|
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">
|
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">
|
<thing-type id="prices">
|
||||||
<supported-bridge-type-refs>
|
<supported-bridge-type-refs>
|
||||||
<bridge-type-ref id="bridge"/>
|
<bridge-type-ref id="bridge"/>
|
||||||
|
Loading…
Reference in New Issue
Block a user