mirror of
https://github.com/openhab/openhab-addons.git
synced 2025-01-10 15:11:59 +01:00
Declare connection on few bindings (#14777)
Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
This commit is contained in:
parent
71dfbcf12c
commit
38cba518cd
@ -6,5 +6,6 @@
|
|||||||
<type>binding</type>
|
<type>binding</type>
|
||||||
<name>ISM8 Binding</name>
|
<name>ISM8 Binding</name>
|
||||||
<description>This is the binding for the ISM8 card used for Wolf heating systems or other Wolf eBus devices.</description>
|
<description>This is the binding for the ISM8 card used for Wolf heating systems or other Wolf eBus devices.</description>
|
||||||
|
<connection>local</connection>
|
||||||
|
|
||||||
</addon:addon>
|
</addon:addon>
|
||||||
|
@ -6,6 +6,7 @@
|
|||||||
<type>binding</type>
|
<type>binding</type>
|
||||||
<name>KNX Binding</name>
|
<name>KNX Binding</name>
|
||||||
<description>This binding supports connecting to a KNX bus</description>
|
<description>This binding supports connecting to a KNX bus</description>
|
||||||
|
<connection>local</connection>
|
||||||
|
|
||||||
<config-description>
|
<config-description>
|
||||||
<parameter name="disableUoM" type="boolean">
|
<parameter name="disableUoM" type="boolean">
|
||||||
|
@ -6,5 +6,6 @@
|
|||||||
<type>binding</type>
|
<type>binding</type>
|
||||||
<name>Network UPS Tools Binding</name>
|
<name>Network UPS Tools Binding</name>
|
||||||
<description>Binding for connecting to Network UPS Tools (NUT) servers</description>
|
<description>Binding for connecting to Network UPS Tools (NUT) servers</description>
|
||||||
|
<connection>local</connection>
|
||||||
|
|
||||||
</addon:addon>
|
</addon:addon>
|
||||||
|
@ -6,5 +6,6 @@
|
|||||||
<type>binding</type>
|
<type>binding</type>
|
||||||
<name>OpenWeatherMap Binding</name>
|
<name>OpenWeatherMap Binding</name>
|
||||||
<description>OpenWeatherMap - Current weather and forecasts in your city.</description>
|
<description>OpenWeatherMap - Current weather and forecasts in your city.</description>
|
||||||
|
<connection>cloud</connection>
|
||||||
|
|
||||||
</addon:addon>
|
</addon:addon>
|
||||||
|
@ -7,5 +7,6 @@
|
|||||||
<name>Tankerkönig Binding</name>
|
<name>Tankerkönig Binding</name>
|
||||||
<description>The Tankerkönig Binding allows to poll fuel prices of German gas stations by using the Tankerkoenig.de
|
<description>The Tankerkönig Binding allows to poll fuel prices of German gas stations by using the Tankerkoenig.de
|
||||||
API.</description>
|
API.</description>
|
||||||
|
<connection>cloud</connection>
|
||||||
|
|
||||||
</addon:addon>
|
</addon:addon>
|
||||||
|
Loading…
Reference in New Issue
Block a user