]> git.basschouten.com Git - openhab-addons.git/commitdiff
Add connection element to addon.xml (#14692)
authorMark Hilbush <mark@hilbush.com>
Mon, 27 Mar 2023 21:08:31 +0000 (17:08 -0400)
committerGitHub <noreply@github.com>
Mon, 27 Mar 2023 21:08:31 +0000 (23:08 +0200)
Signed-off-by: Mark Hilbush <mark@hilbush.com>
bundles/org.openhab.binding.ambientweather/src/main/resources/OH-INF/addon/addon.xml
bundles/org.openhab.binding.bigassfan/src/main/resources/OH-INF/addon/addon.xml
bundles/org.openhab.binding.doorbird/src/main/resources/OH-INF/addon/addon.xml
bundles/org.openhab.binding.ecobee/src/main/resources/OH-INF/addon/addon.xml
bundles/org.openhab.binding.globalcache/src/main/resources/OH-INF/addon/addon.xml
bundles/org.openhab.binding.sleepiq/src/main/resources/OH-INF/addon/addon.xml
bundles/org.openhab.binding.squeezebox/src/main/resources/OH-INF/addon/addon.xml
bundles/org.openhab.binding.weathercompany/src/main/resources/OH-INF/addon/addon.xml
bundles/org.openhab.binding.zoneminder/src/main/resources/OH-INF/addon/addon.xml

index 4c41337ac1c71e818bb6d4027d29df07ff858ffc..9643f6e9dd8111cbc16afe5c1f39efd4635c69a0 100644 (file)
@@ -6,4 +6,6 @@
        <type>binding</type>
        <name>AmbientWeather Binding</name>
        <description>This binding supports weather stations from Ambient Weather</description>
+       <connection>cloud</connection>
+
 </addon:addon>
index 363ddc327f00da2767b64357aaba042f65ad788f..c73c858eb3960ff0ba4ec9cf46bd3b4f47642eb5 100644 (file)
@@ -6,5 +6,6 @@
        <type>binding</type>
        <name>BigAssFan Binding</name>
        <description>This is the binding for BigAssFan.</description>
+       <connection>local</connection>
 
 </addon:addon>
index 6e1bebe7e0bd9a6443bee4208a8d36777b8f7fd5..fd3615a107770fc22d156db6a33ad4dbf0abce98 100644 (file)
@@ -6,5 +6,6 @@
        <type>binding</type>
        <name>Doorbird Binding</name>
        <description>This is the binding for Doorbird video doorbells.</description>
+       <connection>local</connection>
 
 </addon:addon>
index 14c1774698790135fce9a64a799ecb1bf4f6d70a..382d2bc6577d331f47a4c53e0726004a954df5a5 100644 (file)
@@ -6,5 +6,6 @@
        <type>binding</type>
        <name>Ecobee Binding</name>
        <description>This is the binding for Ecobee smart thermostats.</description>
+       <connection>cloud</connection>
 
 </addon:addon>
index 71987ca1ba51d3378dcb67fb336cddcb59ad9471..185c9dd4736b46875286d7fc2a74434d2219882c 100644 (file)
@@ -7,5 +7,6 @@
        <name>GlobalCache Binding</name>
        <description>Binding for GlobalCache iTach and GC-100 devices supporting infrared, serial, and contact closure
                interfaces.</description>
+       <connection>local</connection>
 
 </addon:addon>
index e5f62b2e122bf51b44194aabf44bb090cc0a2891..e084f4528939e6cdfe9eef37cf82977b8c7a6472 100644 (file)
@@ -6,5 +6,6 @@
        <type>binding</type>
        <name>SleepIQ Binding</name>
        <description>This is the binding for the Sleep Number SleepIQ system.</description>
+       <connection>cloud</connection>
 
 </addon:addon>
index cb4a9792c6cf951598ae26127376220bd10b4d5f..20b0cf516487850606e515eb38685dcdee5c54a2 100644 (file)
@@ -6,6 +6,7 @@
        <type>binding</type>
        <name>SqueezeBox Binding</name>
        <description>This is the binding for the Logitech Squeeze Server and Players.</description>
+       <connection>local</connection>
 
        <config-description>
                <parameter name="callbackUrl" type="text">
index 56fb27a48c36b6b21114f812a7cc5e0fcb7364ec..6beed8ad465ef5004cfc12cac26f854e8f1f8a33 100644 (file)
@@ -6,5 +6,6 @@
        <type>binding</type>
        <name>Weather Company Binding</name>
        <description>This is the binding for the Weather Company weather forecast API.</description>
+       <connection>cloud</connection>
 
 </addon:addon>
index ecc44ae7e4004a663f15f37298992c77f2a3abc2..bc9ac2a0a169fa02a2e92f02de788cd00f63f0b6 100644 (file)
@@ -6,5 +6,6 @@
        <type>binding</type>
        <name>ZoneMinder Binding</name>
        <description>Binding for ZoneMinder video surveillance system</description>
+       <connection>local</connection>
 
 </addon:addon>