mirror of
https://github.com/openhab/openhab-addons.git
synced 2025-01-25 14:55:55 +01:00
[addon.xml] add connection element (#14690)
Signed-off-by: Andrew Fiddian-Green <software@whitebear.ch>
This commit is contained in:
parent
558908e69a
commit
62100b5522
@ -6,4 +6,6 @@
|
||||
<type>binding</type>
|
||||
<name>Gardena Smart System Binding</name>
|
||||
<description>This is the binding for Gardena smart system.</description>
|
||||
<connection>cloud</connection>
|
||||
|
||||
</addon:addon>
|
||||
|
@ -6,5 +6,6 @@
|
||||
<type>binding</type>
|
||||
<name>HarmonyHub Binding</name>
|
||||
<description>The HarmonyHub Binding integrates Logitech Harmony hubs and remotes.</description>
|
||||
<connection>local</connection>
|
||||
|
||||
</addon:addon>
|
||||
|
@ -7,5 +7,6 @@
|
||||
<name>Home Connect Binding</name>
|
||||
<description>The binding integrates the Home Connect (https://www.home-connect.com/) system into openHAB. It connects
|
||||
to household devices from brands like Bosch and Siemens.</description>
|
||||
<connection>cloud</connection>
|
||||
|
||||
</addon:addon>
|
||||
|
@ -6,5 +6,6 @@
|
||||
<type>binding</type>
|
||||
<name>HP Printer Binding</name>
|
||||
<description>Binding for HP Printers with Embedded Web Servers</description>
|
||||
<connection>local</connection>
|
||||
|
||||
</addon:addon>
|
||||
|
@ -6,5 +6,6 @@
|
||||
<type>binding</type>
|
||||
<name>Hue Binding</name>
|
||||
<description>The Hue Binding integrates the Philips Hue system. It allows to control Hue bulbs.</description>
|
||||
<connection>local</connection>
|
||||
|
||||
</addon:addon>
|
||||
|
@ -6,5 +6,6 @@
|
||||
<type>binding</type>
|
||||
<name>NeoHub Binding</name>
|
||||
<description>This is the binding for Heatmiser NeoHub devices</description>
|
||||
<connection>local</connection>
|
||||
|
||||
</addon:addon>
|
||||
|
@ -6,5 +6,6 @@
|
||||
<type>binding</type>
|
||||
<name>NTP Binding</name>
|
||||
<description>The NTP Binding polls the configured timeserver and post the current date and time.</description>
|
||||
<connection>cloud</connection>
|
||||
|
||||
</addon:addon>
|
||||
|
@ -10,5 +10,6 @@
|
||||
For more information about the
|
||||
OpenTherm Gateway please see http://otgw.tclcode.com/
|
||||
</description>
|
||||
<connection>local</connection>
|
||||
|
||||
</addon:addon>
|
||||
|
@ -6,5 +6,6 @@
|
||||
<type>binding</type>
|
||||
<name>Siemens RDS Binding</name>
|
||||
<description>This is the binding for Siemens RDS smart thermostats</description>
|
||||
<connection>cloud</connection>
|
||||
|
||||
</addon:addon>
|
||||
|
@ -6,5 +6,6 @@
|
||||
<type>binding</type>
|
||||
<name>tado° Binding</name>
|
||||
<description>Binding for tado° devices</description>
|
||||
<connection>cloud</connection>
|
||||
|
||||
</addon:addon>
|
||||
|
@ -6,6 +6,6 @@
|
||||
<type>binding</type>
|
||||
<name>@text/addon.velux.name</name>
|
||||
<description>@text/addon.velux.description</description>
|
||||
|
||||
<connection>local</connection>
|
||||
|
||||
</addon:addon>
|
||||
|
Loading…
Reference in New Issue
Block a user