mirror of
https://github.com/openhab/openhab-addons.git
synced 2025-01-10 15:11:59 +01:00
Declare connection on few bindings (#14786)
* Declare connection on few bindings * Corrected format of gce addons.xml. * Removed myself from VolvoOnCall binding codeowners. * Adding countries where fr makes sense. Signed-off-by: Gael L'hopital <gael@lhopital.org>
This commit is contained in:
parent
af09624fb2
commit
b145ef4186
@ -363,7 +363,7 @@
|
||||
/bundles/org.openhab.binding.vigicrues/ @clinique
|
||||
/bundles/org.openhab.binding.vitotronic/ @steand
|
||||
/bundles/org.openhab.binding.vizio/ @mlobstein
|
||||
/bundles/org.openhab.binding.volvooncall/ @clinique @Jamstah
|
||||
/bundles/org.openhab.binding.volvooncall/ @Jamstah
|
||||
/bundles/org.openhab.binding.warmup/ @jamesmelville
|
||||
/bundles/org.openhab.binding.weathercompany/ @mhilbush
|
||||
/bundles/org.openhab.binding.weatherunderground/ @lolodomo
|
||||
|
@ -8,5 +8,6 @@
|
||||
<description>This binding uses the Ecowatt API to expose clear signals to adopt the right gestures and to ensure a good
|
||||
supply of electricity for all in Frances.</description>
|
||||
<connection>cloud</connection>
|
||||
<countries>fr</countries>
|
||||
|
||||
</addon:addon>
|
||||
|
@ -6,5 +6,6 @@
|
||||
<type>binding</type>
|
||||
<name>GCE Electronics Binding</name>
|
||||
<description>Provides access to IPX800 PLC build by GCE.</description>
|
||||
<connection>local</connection>
|
||||
|
||||
</addon:addon>
|
||||
|
@ -7,5 +7,6 @@
|
||||
<name>Linky Binding</name>
|
||||
<description>Retrieves your energy consumption data from Enedis website</description>
|
||||
<connection>cloud</connection>
|
||||
<countries>fr</countries>
|
||||
|
||||
</addon:addon>
|
||||
|
@ -6,5 +6,7 @@
|
||||
<type>binding</type>
|
||||
<name>Meteo Alerte Binding</name>
|
||||
<description>Retrieves Meteo Alert levels in France</description>
|
||||
<connection>cloud</connection>
|
||||
<countries>fr</countries>
|
||||
|
||||
</addon:addon>
|
||||
|
@ -6,5 +6,6 @@
|
||||
<type>binding</type>
|
||||
<name>MyNice Binding</name>
|
||||
<description>This binding lets you connect to your IT4Wifi Nice device.</description>
|
||||
<connection>local</connection>
|
||||
|
||||
</addon:addon>
|
||||
|
@ -6,5 +6,6 @@
|
||||
<type>binding</type>
|
||||
<name>OpenUV Binding</name>
|
||||
<description>Global Real-Time UV Index Forecast API</description>
|
||||
<connection>cloud</connection>
|
||||
|
||||
</addon:addon>
|
||||
|
@ -6,5 +6,6 @@
|
||||
<type>binding</type>
|
||||
<name>@text/bindingName</name>
|
||||
<description>@text/bindingDescription</description>
|
||||
<connection>local</connection>
|
||||
|
||||
</addon:addon>
|
||||
|
@ -6,5 +6,7 @@
|
||||
<type>binding</type>
|
||||
<name>SNCF Binding</name>
|
||||
<description>Retrieves French railway informations</description>
|
||||
<connection>cloud</connection>
|
||||
<countries>fr</countries>
|
||||
|
||||
</addon:addon>
|
||||
|
@ -6,5 +6,6 @@
|
||||
<type>binding</type>
|
||||
<name>Synop Analyzer Binding</name>
|
||||
<description>This is the binding to download and interpret Synop messages</description>
|
||||
<connection>cloud</connection>
|
||||
|
||||
</addon:addon>
|
||||
|
@ -6,5 +6,7 @@
|
||||
<type>binding</type>
|
||||
<name>VigiCrues Binding</name>
|
||||
<description>Retrieves rivers levels and alerts in France</description>
|
||||
<connection>cloud</connection>
|
||||
<countries>fr</countries>
|
||||
|
||||
</addon:addon>
|
||||
|
@ -6,5 +6,6 @@
|
||||
<type>binding</type>
|
||||
<name>XmlTV Binding</name>
|
||||
<description>This is the binding for reading and parsing XmlTV files</description>
|
||||
<connection>local</connection>
|
||||
|
||||
</addon:addon>
|
||||
|
Loading…
Reference in New Issue
Block a user