]> git.basschouten.com Git - openhab-addons.git/commitdiff
Add more connection details to add-ons (#14813)
authorWouter Born <github@maindrain.net>
Sat, 15 Apr 2023 19:23:24 +0000 (21:23 +0200)
committerGitHub <noreply@github.com>
Sat, 15 Apr 2023 19:23:24 +0000 (21:23 +0200)
* Add more connection details to add-ons

Signed-off-by: Wouter Born <github@maindrain.net>
41 files changed:
bundles/org.openhab.binding.astro/src/main/resources/OH-INF/addon/addon.xml
bundles/org.openhab.binding.buienradar/src/main/resources/OH-INF/addon/addon.xml
bundles/org.openhab.binding.chromecast/src/main/resources/OH-INF/addon/addon.xml
bundles/org.openhab.binding.icloud/src/main/resources/OH-INF/addon/addon.xml
bundles/org.openhab.binding.ipp/src/main/resources/OH-INF/addon/addon.xml
bundles/org.openhab.binding.irtrans/src/main/resources/OH-INF/addon/addon.xml
bundles/org.openhab.binding.kodi/src/main/resources/OH-INF/addon/addon.xml
bundles/org.openhab.binding.leapmotion/src/main/resources/OH-INF/addon/addon.xml
bundles/org.openhab.binding.lifx/src/main/resources/OH-INF/addon/addon.xml
bundles/org.openhab.binding.linuxinput/src/main/resources/OH-INF/addon/addon.xml
bundles/org.openhab.binding.lirc/src/main/resources/OH-INF/addon/addon.xml
bundles/org.openhab.binding.logreader/src/main/resources/OH-INF/addon/addon.xml
bundles/org.openhab.binding.melcloud/src/main/resources/OH-INF/addon/addon.xml
bundles/org.openhab.binding.mercedesme/src/main/resources/OH-INF/addon/addon.xml
bundles/org.openhab.binding.mielecloud/src/main/resources/OH-INF/addon/addon.xml
bundles/org.openhab.binding.mybmw/src/main/resources/OH-INF/addon/addon.xml
bundles/org.openhab.binding.neeo/src/main/resources/OH-INF/addon/addon.xml
bundles/org.openhab.binding.network/src/main/resources/OH-INF/addon/addon.xml
bundles/org.openhab.binding.onebusaway/src/main/resources/OH-INF/addon/addon.xml
bundles/org.openhab.binding.onkyo/src/main/resources/OH-INF/addon/addon.xml
bundles/org.openhab.binding.plugwise/src/main/resources/OH-INF/addon/addon.xml
bundles/org.openhab.binding.publictransportswitzerland/src/main/resources/OH-INF/addon/addon.xml
bundles/org.openhab.binding.pulseaudio/src/main/resources/OH-INF/addon/addon.xml
bundles/org.openhab.binding.pushover/src/main/resources/OH-INF/addon/addon.xml
bundles/org.openhab.binding.renault/src/main/resources/OH-INF/addon/addon.xml
bundles/org.openhab.binding.rfxcom/src/main/resources/OH-INF/addon/addon.xml
bundles/org.openhab.binding.serial/src/main/resources/OH-INF/addon/addon.xml
bundles/org.openhab.binding.serialbutton/src/main/resources/OH-INF/addon/addon.xml
bundles/org.openhab.binding.spotify/src/main/resources/OH-INF/addon/addon.xml
bundles/org.openhab.binding.telegram/src/main/resources/OH-INF/addon/addon.xml
bundles/org.openhab.binding.tesla/src/main/resources/OH-INF/addon/addon.xml
bundles/org.openhab.binding.tibber/src/main/resources/OH-INF/addon/addon.xml
bundles/org.openhab.binding.webexteams/src/main/resources/OH-INF/addon/addon.xml
bundles/org.openhab.voice.googlestt/src/main/resources/OH-INF/addon/addon.xml
bundles/org.openhab.voice.googletts/src/main/resources/OH-INF/addon/addon.xml
bundles/org.openhab.voice.mactts/src/main/resources/OH-INF/addon/addon.xml
bundles/org.openhab.voice.marytts/src/main/resources/OH-INF/addon/addon.xml
bundles/org.openhab.voice.mimictts/src/main/resources/OH-INF/addon/addon.xml
bundles/org.openhab.voice.picotts/src/main/resources/OH-INF/addon/addon.xml
bundles/org.openhab.voice.pollytts/src/main/resources/OH-INF/addon/addon.xml
bundles/org.openhab.voice.watsonstt/src/main/resources/OH-INF/addon/addon.xml

index 6524c4d3e7eb6291fbaa17d34848f3217aefd504..9a951dd18360f7bacf640291f705cd4e4892f6ab 100644 (file)
@@ -6,5 +6,6 @@
        <type>binding</type>
        <name>Astro Binding</name>
        <description>The Astro binding calculates astronomical data from sun and moon.</description>
+       <connection>local</connection>
 
 </addon:addon>
index 20d89f1289f0397fdee096afadb757dd849026be..ed9eb7f288aa5d72cf8394b9ac32fd9c0d4d19e7 100644 (file)
@@ -7,5 +7,6 @@
        <name>Buienradar Binding</name>
        <description>The Buienradar Binding periodically (5 minutes) retrieves results from the Buienradar API. For personal
                use only.</description>
+       <connection>cloud</connection>
 
 </addon:addon>
index 2ee1ab0b0f729a88054cb751d9b7ff78462d97fc..50349d137ab1ff7fc298fd94c68a5937a5822365 100644 (file)
@@ -6,6 +6,7 @@
        <type>binding</type>
        <name>Chromecast Binding</name>
        <description>This is the binding for Google Chromecast devices.</description>
+       <connection>local</connection>
 
        <config-description>
                <parameter name="callbackUrl" type="text">
index 18ba83fcc8b7d7c868710861849422650de8e17e..17cf18c6a82fe4f750fe0206ba42469bc6a93901 100644 (file)
@@ -5,4 +5,5 @@
        <type>binding</type>
        <name>@text/icloud.addon.name</name>
        <description>@text/icloud.addon.description</description>
+       <connection>cloud</connection>
 </addon:addon>
index 3a0f7cbefa9596cecb0d1e1e89c6f16da6b06054..2b1dbaf4c73f0077626d1bcf4099d70f6b21ad21 100644 (file)
@@ -8,5 +8,6 @@
        <description>This is the binding for the Internet Printing Protocol (IPP). You can
                show how many jobs are done/waiting
                on an IPP/CUPS Printer</description>
+       <connection>local</connection>
 
 </addon:addon>
index 16c285827e2f8bc9fb2a1071718fd534a0f8f928..23219109da35cecd7cbaa8b08bccd90281da18e3 100644 (file)
@@ -6,5 +6,6 @@
        <type>binding</type>
        <name>IRtrans Binding</name>
        <description>This is the binding for IRtrans (www.irtrans.de) Transceivers</description>
+       <connection>local</connection>
 
 </addon:addon>
index cfa222b6d982bea6ecf63d30c8f8daa18037687c..211c0d428153c3d2ccde73a0ff5bed1091268c5e 100644 (file)
@@ -6,6 +6,7 @@
        <type>binding</type>
        <name>Kodi Binding</name>
        <description>This is the binding for Kodi.</description>
+       <connection>local</connection>
 
        <config-description>
                <parameter name="callbackUrl" type="text" required="false">
index 0edb9e5e9a11024b62f9d65eec08b8ad372646a9..0ffeb7a046f16ed14b2e560ad112f6259a8af438 100644 (file)
@@ -6,5 +6,6 @@
        <type>binding</type>
        <name>Leap Motion Binding</name>
        <description>This is the binding for Leap Motion controllers.</description>
+       <connection>local</connection>
 
 </addon:addon>
index 6f30b68b583c2ce1a4ac977ee99ff0fdfc72c9a1..a1c850cff0b0b9d05ada15f32bef4c1fe72bab22 100644 (file)
@@ -6,5 +6,6 @@
        <type>binding</type>
        <name>LIFX Binding</name>
        <description>This is the binding for LIFX lights.</description>
+       <connection>local</connection>
 
 </addon:addon>
index efb3ad590d33e03d845e70cff0b2c9409bce2056..1619602765acf1f8e99df22ef0ad94147cd3e447 100644 (file)
@@ -6,5 +6,6 @@
        <type>binding</type>
        <name>LinuxInput Binding</name>
        <description>This is the binding for LinuxInput.</description>
+       <connection>local</connection>
 
 </addon:addon>
index df6caaa0a981f056997aa1a3b3dbed3fa9881321..60e8a0d5c1b93ae0a7cd1d9cba70c2a27f36b40d 100644 (file)
@@ -7,5 +7,6 @@
        <name>LIRC Binding</name>
        <description>The LIRC binding allows transmission and receipt of standard infrared remote control signals via a LIRC
                server.</description>
+       <connection>local</connection>
 
 </addon:addon>
index 0cbc3e5a78ce9331fc61d15abaa783a4f6234f8a..b1caba135b9438ec73f042f3eb02b938a71bd1c6 100644 (file)
@@ -6,5 +6,6 @@
        <type>binding</type>
        <name>LogReader Binding</name>
        <description>Binding that reads through log files and searches e.g. errors and warnings</description>
+       <connection>local</connection>
 
 </addon:addon>
index 3028f8906c4f8b90ec0cd77c39f2efcd4dbbc3e8..80104497770b16bb0ad22fb96582d6bd2a4f752e 100644 (file)
@@ -6,5 +6,6 @@
        <type>binding</type>
        <name>MELCloud Binding</name>
        <description>Binding for Mitsubishi MELCloud connected A.C. devices.</description>
+       <connection>cloud</connection>
 
 </addon:addon>
index 0b9232026c109d2eff7343124651d99457357b50..733bc9b49f5c71bc33f932dcfcc224d94de43c39 100644 (file)
@@ -6,5 +6,6 @@
        <type>binding</type>
        <name>Mercedes Me Binding</name>
        <description>The binding provides access to your Mercedes developer account and vehicles</description>
+       <connection>cloud</connection>
 
 </addon:addon>
index a2d46737598297eddaca6a9925ac785a34fc21ac..dcd423a1ec98c32ff810d95fedcd692623e24426 100644 (file)
@@ -6,4 +6,6 @@
        <type>binding</type>
        <name>@text/addon.mielecloud.name</name>
        <description>@text/addon.mielecloud.description</description>
+       <connection>cloud</connection>
+
 </addon:addon>
index c9f62235265a7e9d231f5277ca675dcc94694370..43870a9c2ba7fa36801b64f5e353fe02fae03505 100644 (file)
@@ -6,5 +6,6 @@
        <type>binding</type>
        <name>MyBMW</name>
        <description>Provides access to your Vehicle Data like MyBMW App</description>
+       <connection>cloud</connection>
 
 </addon:addon>
index b7646eecff8523f799a48ed53fa948bcb70a5997..b01b37be973e65b2d67d7004d3106dab83e30c9d 100644 (file)
@@ -8,4 +8,6 @@
        <description>This binding allows you to discover NEEO Brain(s), discover the Rooms within and the Devices within those
                Rooms. The binding then will expose that information to openHAB and allow you to execute Recipes/Scenarios and Macros
                on the Devices</description>
+       <connection>local</connection>
+
 </addon:addon>
index 41ba8ad78ebff44118805f6508b8ae16545a72b3..6e3f9bd271b15e23db0a0318acdd34dc22672674 100644 (file)
@@ -6,6 +6,7 @@
        <type>binding</type>
        <name>Network Binding</name>
        <description>The Network Binding can be used for device presence detection and to determine network device health</description>
+       <connection>local</connection>
        <config-description>
                <parameter name="allowSystemPings" type="boolean">
                        <default>true</default>
index 21934ac7d428f2c5913346c8a50f881043ee1525..2f17c21382a26a606d6a7aa8afc45c2cf9ed09c2 100644 (file)
@@ -6,5 +6,6 @@
        <type>binding</type>
        <name>OneBusAway Binding</name>
        <description>This is the binding for OneBusAway, an open system to provide transit data.</description>
+       <connection>cloud</connection>
 
 </addon:addon>
index 3b92e9998e1be24375cee00250af1ab39d076709..8b3547e0c1bcf86398e5251992947b4e70fc0b65 100644 (file)
@@ -6,6 +6,7 @@
        <type>binding</type>
        <name>Onkyo Binding</name>
        <description>This is the binding for Onkyo receivers.</description>
+       <connection>local</connection>
 
        <config-description>
                <parameter name="callbackUrl" type="text">
index e3262eaa9735b1dbad2ccbe86d9d2e858a0ec3ea..c2d102d91c4680b888b43a7cac027f9e585790be 100644 (file)
@@ -7,5 +7,6 @@
        <name>Plugwise Binding</name>
        <description>Monitor and control Plugwise ZigBee devices using the Stick. Supported devices are the Circle, Circle+,
                Scan, Sense, Stealth and Switch.</description>
+       <connection>local</connection>
 
 </addon:addon>
index 5080a057a4aa2d5049b5d93c80f859fb63c67f04..fd2c8455325320aa3e55ffd224d87c3bef2e1194 100644 (file)
@@ -6,5 +6,6 @@
        <type>binding</type>
        <name>Public Transport Switzerland Binding</name>
        <description>Connects to the "Swiss public transport API" to provide real-time public transport information.</description>
+       <connection>cloud</connection>
 
 </addon:addon>
index 9b3e0ef844c6f521b19c6d73ffcc4d13978e3ccc..6ad5067e8bb0d665d11a17227ceeddfd67287c8d 100644 (file)
@@ -6,6 +6,7 @@
        <type>binding</type>
        <name>Pulseaudio Binding</name>
        <description>This is the binding for Pulseaudio.</description>
+       <connection>local</connection>
 
        <config-description>
                <parameter name="sink" type="boolean">
index f5883c01bf3f9493cc83fd1c96e40fda8d5d5057..cd79b7a6673488a52d352f18f8e68a70da69ada2 100644 (file)
@@ -6,5 +6,6 @@
        <type>binding</type>
        <name>Pushover Binding</name>
        <description>Pushover - Simple Notifications.</description>
+       <connection>cloud</connection>
 
 </addon:addon>
index c773927104dae02a6075d796bcb236d9e1cf4986..d2a3d8a2a2ca13344e3e847dd9658dc6d4edd2f9 100644 (file)
@@ -6,5 +6,6 @@
        <type>binding</type>
        <name>Renault Binding</name>
        <description>This is the binding for Renault electric cars.</description>
+       <connection>cloud</connection>
 
 </addon:addon>
index 7b8c8aad05dc6abbfe01ccde2843fa3e550c68f3..34c2a881069473dcea4d5443b9cfa22af861ddab 100644 (file)
@@ -6,5 +6,6 @@
        <type>binding</type>
        <name>RFXCOM Binding</name>
        <description>This is the binding for RFXCOM transceivers.</description>
+       <connection>local</connection>
 
 </addon:addon>
index 7c42e731460b9874041e53c511b0d6be7f2dd6c6..77672e5eef00ca0860dbdcafaa7a91301f4e162b 100644 (file)
@@ -6,5 +6,6 @@
        <type>binding</type>
        <name>Serial Binding</name>
        <description>This binding supports sending/receiving data to/from a serial port</description>
+       <connection>local</connection>
 
 </addon:addon>
index 115d6a8b65c25f7c2ad80863bc1a8687f49df075..9bfb3b29c4e5c2bfb0b0aa8718f799898487f18d 100644 (file)
@@ -6,5 +6,6 @@
        <type>binding</type>
        <name>Serial Button Binding</name>
        <description>This binding supports physical push buttons connected to a serial port.</description>
+       <connection>local</connection>
 
 </addon:addon>
index f06430fc8c36b1054adc17d2e999802700027594..fabf2f7080784c0da5c1247a5d35a84c1b0a365d 100644 (file)
@@ -6,5 +6,6 @@
        <type>binding</type>
        <name>Spotify Binding</name>
        <description>This is the openHAB binding for Spotify used to manage Connect devices. Using the Spotify WebAPI.</description>
+       <connection>cloud</connection>
 
 </addon:addon>
index cadd976855abc628d0e39f3275733c60480d10c0..9b8e6ac850e92852a3ff83619adc9c124bfea24c 100644 (file)
@@ -6,5 +6,6 @@
        <type>binding</type>
        <name>Telegram Binding</name>
        <description>This is the binding for Telegram. It allows to send and receive messages.</description>
+       <connection>cloud</connection>
 
 </addon:addon>
index e7798e5ec252b16e5fc13cf22230069917f67756..cebb57e0e14e370c4330f25abb20f0b3e5d6c9ce 100644 (file)
@@ -6,5 +6,6 @@
        <type>binding</type>
        <name>Tesla Binding</name>
        <description>This is the binding for Tesla Electric Vehicles.</description>
+       <connection>cloud</connection>
 
 </addon:addon>
index 1327e250dd6690508be76a83a420e6c41d1722d5..4083862ac855693a3cae9df29173d04fcb0fa663 100644 (file)
@@ -6,5 +6,6 @@
        <type>binding</type>
        <name>Tibber Binding</name>
        <description>This binding retrieves price and consumption data from Tibber API using queries and live subscription </description>
+       <connection>cloud</connection>
 
 </addon:addon>
index 001cd42f728240771ed636d2be37fd0ae9a3d704..d0929c5fd5741f7336d637f5e7159c346a2b41cc 100644 (file)
@@ -6,5 +6,6 @@
        <type>binding</type>
        <name>WebexTeams Binding</name>
        <description>This is the binding for WebexTeams. Send messages with actions.</description>
+       <connection>cloud</connection>
 
 </addon:addon>
index 1cafbe47f3a1af0002cc2913a1b03e6d3dbb79b5..64789bdb8b3dd853c2ad87f902a3c87be2eb6b45 100644 (file)
@@ -7,6 +7,7 @@
        <name>Google Cloud Speech-to-Text</name>
        <description>Google Cloud STT Service uses the non-free Google Cloud Speech-to-Text API to transcript audio data to
                text.</description>
+       <connection>cloud</connection>
 
        <service-id>org.openhab.voice.googlestt</service-id>
 
index f19d80497d2a9cfc2625fb73a3fb65effb816758..68a4046c0e603c188fa617d0bada0f6969b877bc 100644 (file)
@@ -7,6 +7,7 @@
        <name>Google Cloud Test-to-speech</name>
        <description>Google Cloud TTS Service uses the non-free Google Cloud Text-to-Speech API to convert text or Speech
                Synthesis Markup Language (SSML) input into audio data of natural human speech.</description>
+       <connection>cloud</connection>
 
        <service-id>org.openhab.voice.googletts</service-id>
 
index dc9c82755725cc100d3c23741f123bfe72121816..5535cdd15d4731a7a565f701cdbcb4f1c8243a11 100644 (file)
@@ -6,5 +6,6 @@
        <type>voice</type>
        <name>macOS Text-to-Speech</name>
        <description>The macOS Text-to-Speech (TTS) service uses the macOS "say" command for producing spoken text.</description>
+       <connection>local</connection>
 
 </addon:addon>
index 8a72a00695708e61b4632d0a59b76b62f9e7f428..a77d6126b67567fe977cd987e76bc3c28389aa01 100644 (file)
@@ -7,5 +7,6 @@
        <name>Mary Text-to-Speech</name>
        <description>The Mary Text-to-Speech (TTS) service is a pure Java implementation of a TTS service, which uses the
                MaryTTS project of DFKI.</description>
+       <connection>local</connection>
 
 </addon:addon>
index 7c8c34c5e1e1c877a43f18425e1ef90ee6d08b38..4efa95960eb612f19853e4ea348e217461470f53 100644 (file)
@@ -6,6 +6,7 @@
        <type>voice</type>
        <name>macOS Text-to-Speech</name>
        <description>The macOS Text-to-Speech (TTS) service uses the macOS "say" command for producing spoken text.</description>
+       <connection>local</connection>
 
        <service-id>org.openhab.voice.mimictts</service-id>
 
index 79eee2b426481e54412c67ebae070e61606002f5..fe6a05f50c11e9958184082a07d0b29d8528b255 100644 (file)
@@ -6,5 +6,6 @@
        <type>voice</type>
        <name>Pico Text-to-Speech</name>
        <description>The Pico Text-to-Speech (TTS) service uses the TTS binary from SVOX for producing spoken text.</description>
+       <connection>local</connection>
 
 </addon:addon>
index 9bc2b56328ddbac211c2e295428d9c8a70b68693..dc4b58a68a33fdebcfd2c56509d17ea9a543d1b5 100644 (file)
@@ -6,6 +6,7 @@
        <type>voice</type>
        <name>Polly Text-to-Speech</name>
        <description>PollyTTS is a voice service utilizing the Internet based text-to-speech (TTS) service Amazon Polly.</description>
+       <connection>cloud</connection>
 
        <service-id>org.openhab.voice.pollytts</service-id>
 
index 69be43fe43b44a4a92cdadc3354f680435a900a3..c558611dfe122e64d02a53f12a4e98bd18ab4e6a 100644 (file)
@@ -6,6 +6,7 @@
        <type>voice</type>
        <name>IBM Watson Speech-to-Text</name>
        <description>Watson STT Service uses the non-free IBM Watson Speech-to-Text API to transcript audio data to text.</description>
+       <connection>cloud</connection>
 
        <service-id>org.openhab.voice.watsonstt</service-id>