Add connection element to addon.xml (#14692)
Signed-off-by: Mark Hilbush <mark@hilbush.com>
This commit is contained in:
parent
62100b5522
commit
ec78fe7428
@ -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>
|
||||
|
||||
@ -6,5 +6,6 @@
|
||||
<type>binding</type>
|
||||
<name>BigAssFan Binding</name>
|
||||
<description>This is the binding for BigAssFan.</description>
|
||||
<connection>local</connection>
|
||||
|
||||
</addon:addon>
|
||||
|
||||
@ -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>
|
||||
|
||||
@ -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>
|
||||
|
||||
@ -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>
|
||||
|
||||
@ -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>
|
||||
|
||||
@ -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">
|
||||
|
||||
@ -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>
|
||||
|
||||
@ -6,5 +6,6 @@
|
||||
<type>binding</type>
|
||||
<name>ZoneMinder Binding</name>
|
||||
<description>Binding for ZoneMinder video surveillance system</description>
|
||||
<connection>local</connection>
|
||||
|
||||
</addon:addon>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user