Skip to content

Commit

Permalink
Declare connection on few bindings (openhab#14776)
Browse files Browse the repository at this point in the history
* Declare connection on few bindings

Done for bindings I am maintaining or contributing.

Signed-off-by: Laurent Garnier <lg.hc@free.fr>
  • Loading branch information
lolodomo authored and FordPrfkt committed Apr 19, 2023
1 parent 1090b3d commit 1fde675
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@
<name>Ecowatt Binding</name>
<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>

</addon:addon>
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@
<type>binding</type>
<name>Freebox Binding</name>
<description>The Freebox binding requests your Freebox Server for various operational informations.</description>
<connection>local</connection>

</addon:addon>
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
<type>binding</type>
<name>LG webOS Binding</name>
<description>Binding to connect LG's WebOS based smart TVs</description>

<connection>local</connection>

</addon:addon>
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@
<type>binding</type>
<name>Linky Binding</name>
<description>Retrieves your energy consumption data from Enedis website</description>
<connection>cloud</connection>

</addon:addon>
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<name>Netatmo Binding</name>
<description>The Netatmo binding integrates Weather Station with companion modules, Healthy Home Coach, Thermostat Plug
and Welcome Camera.</description>

<connection>cloud</connection>

<config-description>
<parameter name="readFriends" type="boolean">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@
<type>binding</type>
<name>Powermax Binding</name>
<description>The Powermax binding interfaces with Visonic PowerMax and PowerMaster alarm panel series.</description>
<connection>local</connection>

</addon:addon>
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@
<name>Rotel Binding</name>
<description>The Rotel binding controls a Rotel audio device like a surround processor, a surround receiver, a stereo
preamplifier, an integrated amplifier, a CD player or a tuner.</description>
<connection>local</connection>

</addon:addon>
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@
<name>SomfyTahoma Binding</name>
<description>This is the binding for Somfy Tahoma and Somfy Connexoon home automation systems and for any other system
based on the OverKiz API.</description>
<connection>cloud</connection>

</addon:addon>
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<type>binding</type>
<name>Sonos Binding</name>
<description>This is the binding for the Sonos multi-room audio system.</description>
<connection>local</connection>

<config-description>
<parameter name="opmlUrl" type="text">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@
<type>binding</type>
<name>SonyProjector Binding</name>
<description>The SonyProjector binding controls a Sony projector through Ethernet (PJ Talk) or serial.</description>
<connection>local</connection>

</addon:addon>
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@
<type>binding</type>
<name>WeatherUnderground Binding</name>
<description>The Weather Underground Binding requests the Weather Underground Service to show weather data.</description>
<connection>cloud</connection>

</addon:addon>
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<type>voice</type>
<name>VoiceRSS Text-to-Speech</name>
<description>VoiceRSS is an Internet based TTS service hosted at https://api.voicerss.org.</description>
<connection>cloud</connection>

<service-id>org.openhab.voice.voicerss</service-id>

Expand Down

0 comments on commit 1fde675

Please sign in to comment.