]> git.basschouten.com Git - openhab-addons.git/commitdiff
[addon.xml] add connection element (#14690)
authorAndrew Fiddian-Green <software@whitebear.ch>
Mon, 27 Mar 2023 18:41:42 +0000 (19:41 +0100)
committerGitHub <noreply@github.com>
Mon, 27 Mar 2023 18:41:42 +0000 (20:41 +0200)
Signed-off-by: Andrew Fiddian-Green <software@whitebear.ch>
bundles/org.openhab.binding.gardena/src/main/resources/OH-INF/addon/addon.xml
bundles/org.openhab.binding.harmonyhub/src/main/resources/OH-INF/addon/addon.xml
bundles/org.openhab.binding.homeconnect/src/main/resources/OH-INF/addon/addon.xml
bundles/org.openhab.binding.hpprinter/src/main/resources/OH-INF/addon/addon.xml
bundles/org.openhab.binding.hue/src/main/resources/OH-INF/addon/addon.xml
bundles/org.openhab.binding.neohub/src/main/resources/OH-INF/addon/addon.xml
bundles/org.openhab.binding.ntp/src/main/resources/OH-INF/addon/addon.xml
bundles/org.openhab.binding.openthermgateway/src/main/resources/OH-INF/addon/addon.xml
bundles/org.openhab.binding.siemensrds/src/main/resources/OH-INF/addon/addon.xml
bundles/org.openhab.binding.tado/src/main/resources/OH-INF/addon/addon.xml
bundles/org.openhab.binding.velux/src/main/resources/OH-INF/addon/addon.xml

index 346c310aae9c1a32fc93ea9b3b1fc686ece57832..5b66a429b64d6092edd32bf64b61495a3e453d5a 100644 (file)
@@ -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>
index cb916053bc290cdeeade5e229b0e459095715afb..47017a37cc93be1b6e4d3a745866f2a3301e545c 100644 (file)
@@ -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>
index af57c1b29d000f5359b0b281fb6be9ec1fa3fb7a..bb1c93dcc289143cdfb4d75a16e1effb1663b478 100644 (file)
@@ -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>
index c9f32f47b75ae7e1b9dfdf61c2ad01d46142c2e9..3d29040c6ecaabff75035f5ccbc1099665310e53 100644 (file)
@@ -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>
index 820298210cdf5a506476cf02af23925da1a69e66..da2b5ff59c1b1dab2a3ad8d603de33770de55ca7 100644 (file)
@@ -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>
index 7dabe5d2de933fa8cf8367a7b1aaafa027ced2e9..fbe21c938cafe453f713bf7a40afff977b176517 100644 (file)
@@ -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>
index a29f6b2a305882dfb69a2634a4fbd61ebf15e1a6..45a411593962f6f683edd4b49f8c6612390d0dff 100644 (file)
@@ -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>
index 60c94b471545cb90a7f4832f29ec0621e0a6cc56..90e4dc1abc73cb94a6f5ef98f5c2d8778bc6d680 100644 (file)
@@ -10,5 +10,6 @@
                For more information about the
                OpenTherm Gateway please see http://otgw.tclcode.com/
        </description>
+       <connection>local</connection>
 
 </addon:addon>
index c04f0144fa2adec1b60f0858990fd138b04f6dfb..80628e0db10542018e287ab23913185e16e75066 100644 (file)
@@ -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>
index b5fc7f87b57ff8575326721aa59a7e95f8891acd..faff07cf5e484fd4cedad71d9c134ff6589bce55 100644 (file)
@@ -6,5 +6,6 @@
        <type>binding</type>
        <name>tado° Binding</name>
        <description>Binding for tado° devices</description>
+       <connection>cloud</connection>
 
 </addon:addon>
index 82b978f55ad3c42ae5d2ee3d5b2320514c55aa24..5e74a1608bb50e857d7893a74dba17e7503cc518 100644 (file)
@@ -6,6 +6,6 @@
        <type>binding</type>
        <name>@text/addon.velux.name</name>
        <description>@text/addon.velux.description</description>
-
+       <connection>local</connection>
 
 </addon:addon>