Add connection element to addon.xml (#14692)

Signed-off-by: Mark Hilbush <mark@hilbush.com>
This commit is contained in:
Mark Hilbush 2023-03-27 17:08:31 -04:00 committed by GitHub
parent 62100b5522
commit ec78fe7428
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
9 changed files with 10 additions and 0 deletions

View File

@ -6,4 +6,6 @@
<type>binding</type> <type>binding</type>
<name>AmbientWeather Binding</name> <name>AmbientWeather Binding</name>
<description>This binding supports weather stations from Ambient Weather</description> <description>This binding supports weather stations from Ambient Weather</description>
<connection>cloud</connection>
</addon:addon> </addon:addon>

View File

@ -6,5 +6,6 @@
<type>binding</type> <type>binding</type>
<name>BigAssFan Binding</name> <name>BigAssFan Binding</name>
<description>This is the binding for BigAssFan.</description> <description>This is the binding for BigAssFan.</description>
<connection>local</connection>
</addon:addon> </addon:addon>

View File

@ -6,5 +6,6 @@
<type>binding</type> <type>binding</type>
<name>Doorbird Binding</name> <name>Doorbird Binding</name>
<description>This is the binding for Doorbird video doorbells.</description> <description>This is the binding for Doorbird video doorbells.</description>
<connection>local</connection>
</addon:addon> </addon:addon>

View File

@ -6,5 +6,6 @@
<type>binding</type> <type>binding</type>
<name>Ecobee Binding</name> <name>Ecobee Binding</name>
<description>This is the binding for Ecobee smart thermostats.</description> <description>This is the binding for Ecobee smart thermostats.</description>
<connection>cloud</connection>
</addon:addon> </addon:addon>

View File

@ -7,5 +7,6 @@
<name>GlobalCache Binding</name> <name>GlobalCache Binding</name>
<description>Binding for GlobalCache iTach and GC-100 devices supporting infrared, serial, and contact closure <description>Binding for GlobalCache iTach and GC-100 devices supporting infrared, serial, and contact closure
interfaces.</description> interfaces.</description>
<connection>local</connection>
</addon:addon> </addon:addon>

View File

@ -6,5 +6,6 @@
<type>binding</type> <type>binding</type>
<name>SleepIQ Binding</name> <name>SleepIQ Binding</name>
<description>This is the binding for the Sleep Number SleepIQ system.</description> <description>This is the binding for the Sleep Number SleepIQ system.</description>
<connection>cloud</connection>
</addon:addon> </addon:addon>

View File

@ -6,6 +6,7 @@
<type>binding</type> <type>binding</type>
<name>SqueezeBox Binding</name> <name>SqueezeBox Binding</name>
<description>This is the binding for the Logitech Squeeze Server and Players.</description> <description>This is the binding for the Logitech Squeeze Server and Players.</description>
<connection>local</connection>
<config-description> <config-description>
<parameter name="callbackUrl" type="text"> <parameter name="callbackUrl" type="text">

View File

@ -6,5 +6,6 @@
<type>binding</type> <type>binding</type>
<name>Weather Company Binding</name> <name>Weather Company Binding</name>
<description>This is the binding for the Weather Company weather forecast API.</description> <description>This is the binding for the Weather Company weather forecast API.</description>
<connection>cloud</connection>
</addon:addon> </addon:addon>

View File

@ -6,5 +6,6 @@
<type>binding</type> <type>binding</type>
<name>ZoneMinder Binding</name> <name>ZoneMinder Binding</name>
<description>Binding for ZoneMinder video surveillance system</description> <description>Binding for ZoneMinder video surveillance system</description>
<connection>local</connection>
</addon:addon> </addon:addon>