Skip to content

Commit

Permalink
Declare connection on few bindings (#14777)
Browse files Browse the repository at this point in the history
Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
  • Loading branch information
holgerfriedrich authored Apr 10, 2023
1 parent 71dfbcf commit 38cba51
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@
<type>binding</type>
<name>ISM8 Binding</name>
<description>This is the binding for the ISM8 card used for Wolf heating systems or other Wolf eBus devices.</description>
<connection>local</connection>

</addon:addon>
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<type>binding</type>
<name>KNX Binding</name>
<description>This binding supports connecting to a KNX bus</description>
<connection>local</connection>

<config-description>
<parameter name="disableUoM" type="boolean">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@
<type>binding</type>
<name>Network UPS Tools Binding</name>
<description>Binding for connecting to Network UPS Tools (NUT) servers</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>OpenWeatherMap Binding</name>
<description>OpenWeatherMap - Current weather and forecasts in your city.</description>
<connection>cloud</connection>

</addon:addon>
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@
<name>Tankerkönig Binding</name>
<description>The Tankerkönig Binding allows to poll fuel prices of German gas stations by using the Tankerkoenig.de
API.</description>
<connection>cloud</connection>

</addon:addon>

0 comments on commit 38cba51

Please sign in to comment.