Add more connection details to add-ons (#14813)

* Add more connection details to add-ons

Signed-off-by: Wouter Born <github@maindrain.net>
This commit is contained in:
Wouter Born 2023-04-15 21:23:24 +02:00 committed by GitHub
parent 3b2c574684
commit f21f7bc8b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
41 changed files with 43 additions and 0 deletions

View File

@ -6,5 +6,6 @@
<type>binding</type> <type>binding</type>
<name>Astro Binding</name> <name>Astro Binding</name>
<description>The Astro binding calculates astronomical data from sun and moon.</description> <description>The Astro binding calculates astronomical data from sun and moon.</description>
<connection>local</connection>
</addon:addon> </addon:addon>

View File

@ -7,5 +7,6 @@
<name>Buienradar Binding</name> <name>Buienradar Binding</name>
<description>The Buienradar Binding periodically (5 minutes) retrieves results from the Buienradar API. For personal <description>The Buienradar Binding periodically (5 minutes) retrieves results from the Buienradar API. For personal
use only.</description> use only.</description>
<connection>cloud</connection>
</addon:addon> </addon:addon>

View File

@ -6,6 +6,7 @@
<type>binding</type> <type>binding</type>
<name>Chromecast Binding</name> <name>Chromecast Binding</name>
<description>This is the binding for Google Chromecast devices.</description> <description>This is the binding for Google Chromecast devices.</description>
<connection>local</connection>
<config-description> <config-description>
<parameter name="callbackUrl" type="text"> <parameter name="callbackUrl" type="text">

View File

@ -5,4 +5,5 @@
<type>binding</type> <type>binding</type>
<name>@text/icloud.addon.name</name> <name>@text/icloud.addon.name</name>
<description>@text/icloud.addon.description</description> <description>@text/icloud.addon.description</description>
<connection>cloud</connection>
</addon:addon> </addon:addon>

View File

@ -8,5 +8,6 @@
<description>This is the binding for the Internet Printing Protocol (IPP). You can <description>This is the binding for the Internet Printing Protocol (IPP). You can
show how many jobs are done/waiting show how many jobs are done/waiting
on an IPP/CUPS Printer</description> on an IPP/CUPS Printer</description>
<connection>local</connection>
</addon:addon> </addon:addon>

View File

@ -6,5 +6,6 @@
<type>binding</type> <type>binding</type>
<name>IRtrans Binding</name> <name>IRtrans Binding</name>
<description>This is the binding for IRtrans (www.irtrans.de) Transceivers</description> <description>This is the binding for IRtrans (www.irtrans.de) Transceivers</description>
<connection>local</connection>
</addon:addon> </addon:addon>

View File

@ -6,6 +6,7 @@
<type>binding</type> <type>binding</type>
<name>Kodi Binding</name> <name>Kodi Binding</name>
<description>This is the binding for Kodi.</description> <description>This is the binding for Kodi.</description>
<connection>local</connection>
<config-description> <config-description>
<parameter name="callbackUrl" type="text" required="false"> <parameter name="callbackUrl" type="text" required="false">

View File

@ -6,5 +6,6 @@
<type>binding</type> <type>binding</type>
<name>Leap Motion Binding</name> <name>Leap Motion Binding</name>
<description>This is the binding for Leap Motion controllers.</description> <description>This is the binding for Leap Motion controllers.</description>
<connection>local</connection>
</addon:addon> </addon:addon>

View File

@ -6,5 +6,6 @@
<type>binding</type> <type>binding</type>
<name>LIFX Binding</name> <name>LIFX Binding</name>
<description>This is the binding for LIFX lights.</description> <description>This is the binding for LIFX lights.</description>
<connection>local</connection>
</addon:addon> </addon:addon>

View File

@ -6,5 +6,6 @@
<type>binding</type> <type>binding</type>
<name>LinuxInput Binding</name> <name>LinuxInput Binding</name>
<description>This is the binding for LinuxInput.</description> <description>This is the binding for LinuxInput.</description>
<connection>local</connection>
</addon:addon> </addon:addon>

View File

@ -7,5 +7,6 @@
<name>LIRC Binding</name> <name>LIRC Binding</name>
<description>The LIRC binding allows transmission and receipt of standard infrared remote control signals via a LIRC <description>The LIRC binding allows transmission and receipt of standard infrared remote control signals via a LIRC
server.</description> server.</description>
<connection>local</connection>
</addon:addon> </addon:addon>

View File

@ -6,5 +6,6 @@
<type>binding</type> <type>binding</type>
<name>LogReader Binding</name> <name>LogReader Binding</name>
<description>Binding that reads through log files and searches e.g. errors and warnings</description> <description>Binding that reads through log files and searches e.g. errors and warnings</description>
<connection>local</connection>
</addon:addon> </addon:addon>

View File

@ -6,5 +6,6 @@
<type>binding</type> <type>binding</type>
<name>MELCloud Binding</name> <name>MELCloud Binding</name>
<description>Binding for Mitsubishi MELCloud connected A.C. devices.</description> <description>Binding for Mitsubishi MELCloud connected A.C. devices.</description>
<connection>cloud</connection>
</addon:addon> </addon:addon>

View File

@ -6,5 +6,6 @@
<type>binding</type> <type>binding</type>
<name>Mercedes Me Binding</name> <name>Mercedes Me Binding</name>
<description>The binding provides access to your Mercedes developer account and vehicles</description> <description>The binding provides access to your Mercedes developer account and vehicles</description>
<connection>cloud</connection>
</addon:addon> </addon:addon>

View File

@ -6,4 +6,6 @@
<type>binding</type> <type>binding</type>
<name>@text/addon.mielecloud.name</name> <name>@text/addon.mielecloud.name</name>
<description>@text/addon.mielecloud.description</description> <description>@text/addon.mielecloud.description</description>
<connection>cloud</connection>
</addon:addon> </addon:addon>

View File

@ -6,5 +6,6 @@
<type>binding</type> <type>binding</type>
<name>MyBMW</name> <name>MyBMW</name>
<description>Provides access to your Vehicle Data like MyBMW App</description> <description>Provides access to your Vehicle Data like MyBMW App</description>
<connection>cloud</connection>
</addon:addon> </addon:addon>

View File

@ -8,4 +8,6 @@
<description>This binding allows you to discover NEEO Brain(s), discover the Rooms within and the Devices within those <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 Rooms. The binding then will expose that information to openHAB and allow you to execute Recipes/Scenarios and Macros
on the Devices</description> on the Devices</description>
<connection>local</connection>
</addon:addon> </addon:addon>

View File

@ -6,6 +6,7 @@
<type>binding</type> <type>binding</type>
<name>Network Binding</name> <name>Network Binding</name>
<description>The Network Binding can be used for device presence detection and to determine network device health</description> <description>The Network Binding can be used for device presence detection and to determine network device health</description>
<connection>local</connection>
<config-description> <config-description>
<parameter name="allowSystemPings" type="boolean"> <parameter name="allowSystemPings" type="boolean">
<default>true</default> <default>true</default>

View File

@ -6,5 +6,6 @@
<type>binding</type> <type>binding</type>
<name>OneBusAway Binding</name> <name>OneBusAway Binding</name>
<description>This is the binding for OneBusAway, an open system to provide transit data.</description> <description>This is the binding for OneBusAway, an open system to provide transit data.</description>
<connection>cloud</connection>
</addon:addon> </addon:addon>

View File

@ -6,6 +6,7 @@
<type>binding</type> <type>binding</type>
<name>Onkyo Binding</name> <name>Onkyo Binding</name>
<description>This is the binding for Onkyo receivers.</description> <description>This is the binding for Onkyo receivers.</description>
<connection>local</connection>
<config-description> <config-description>
<parameter name="callbackUrl" type="text"> <parameter name="callbackUrl" type="text">

View File

@ -7,5 +7,6 @@
<name>Plugwise Binding</name> <name>Plugwise Binding</name>
<description>Monitor and control Plugwise ZigBee devices using the Stick. Supported devices are the Circle, Circle+, <description>Monitor and control Plugwise ZigBee devices using the Stick. Supported devices are the Circle, Circle+,
Scan, Sense, Stealth and Switch.</description> Scan, Sense, Stealth and Switch.</description>
<connection>local</connection>
</addon:addon> </addon:addon>

View File

@ -6,5 +6,6 @@
<type>binding</type> <type>binding</type>
<name>Public Transport Switzerland Binding</name> <name>Public Transport Switzerland Binding</name>
<description>Connects to the "Swiss public transport API" to provide real-time public transport information.</description> <description>Connects to the "Swiss public transport API" to provide real-time public transport information.</description>
<connection>cloud</connection>
</addon:addon> </addon:addon>

View File

@ -6,6 +6,7 @@
<type>binding</type> <type>binding</type>
<name>Pulseaudio Binding</name> <name>Pulseaudio Binding</name>
<description>This is the binding for Pulseaudio.</description> <description>This is the binding for Pulseaudio.</description>
<connection>local</connection>
<config-description> <config-description>
<parameter name="sink" type="boolean"> <parameter name="sink" type="boolean">

View File

@ -6,5 +6,6 @@
<type>binding</type> <type>binding</type>
<name>Pushover Binding</name> <name>Pushover Binding</name>
<description>Pushover - Simple Notifications.</description> <description>Pushover - Simple Notifications.</description>
<connection>cloud</connection>
</addon:addon> </addon:addon>

View File

@ -6,5 +6,6 @@
<type>binding</type> <type>binding</type>
<name>Renault Binding</name> <name>Renault Binding</name>
<description>This is the binding for Renault electric cars.</description> <description>This is the binding for Renault electric cars.</description>
<connection>cloud</connection>
</addon:addon> </addon:addon>

View File

@ -6,5 +6,6 @@
<type>binding</type> <type>binding</type>
<name>RFXCOM Binding</name> <name>RFXCOM Binding</name>
<description>This is the binding for RFXCOM transceivers.</description> <description>This is the binding for RFXCOM transceivers.</description>
<connection>local</connection>
</addon:addon> </addon:addon>

View File

@ -6,5 +6,6 @@
<type>binding</type> <type>binding</type>
<name>Serial Binding</name> <name>Serial Binding</name>
<description>This binding supports sending/receiving data to/from a serial port</description> <description>This binding supports sending/receiving data to/from a serial port</description>
<connection>local</connection>
</addon:addon> </addon:addon>

View File

@ -6,5 +6,6 @@
<type>binding</type> <type>binding</type>
<name>Serial Button Binding</name> <name>Serial Button Binding</name>
<description>This binding supports physical push buttons connected to a serial port.</description> <description>This binding supports physical push buttons connected to a serial port.</description>
<connection>local</connection>
</addon:addon> </addon:addon>

View File

@ -6,5 +6,6 @@
<type>binding</type> <type>binding</type>
<name>Spotify Binding</name> <name>Spotify Binding</name>
<description>This is the openHAB binding for Spotify used to manage Connect devices. Using the Spotify WebAPI.</description> <description>This is the openHAB binding for Spotify used to manage Connect devices. Using the Spotify WebAPI.</description>
<connection>cloud</connection>
</addon:addon> </addon:addon>

View File

@ -6,5 +6,6 @@
<type>binding</type> <type>binding</type>
<name>Telegram Binding</name> <name>Telegram Binding</name>
<description>This is the binding for Telegram. It allows to send and receive messages.</description> <description>This is the binding for Telegram. It allows to send and receive messages.</description>
<connection>cloud</connection>
</addon:addon> </addon:addon>

View File

@ -6,5 +6,6 @@
<type>binding</type> <type>binding</type>
<name>Tesla Binding</name> <name>Tesla Binding</name>
<description>This is the binding for Tesla Electric Vehicles.</description> <description>This is the binding for Tesla Electric Vehicles.</description>
<connection>cloud</connection>
</addon:addon> </addon:addon>

View File

@ -6,5 +6,6 @@
<type>binding</type> <type>binding</type>
<name>Tibber Binding</name> <name>Tibber Binding</name>
<description>This binding retrieves price and consumption data from Tibber API using queries and live subscription </description> <description>This binding retrieves price and consumption data from Tibber API using queries and live subscription </description>
<connection>cloud</connection>
</addon:addon> </addon:addon>

View File

@ -6,5 +6,6 @@
<type>binding</type> <type>binding</type>
<name>WebexTeams Binding</name> <name>WebexTeams Binding</name>
<description>This is the binding for WebexTeams. Send messages with actions.</description> <description>This is the binding for WebexTeams. Send messages with actions.</description>
<connection>cloud</connection>
</addon:addon> </addon:addon>

View File

@ -7,6 +7,7 @@
<name>Google Cloud Speech-to-Text</name> <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 <description>Google Cloud STT Service uses the non-free Google Cloud Speech-to-Text API to transcript audio data to
text.</description> text.</description>
<connection>cloud</connection>
<service-id>org.openhab.voice.googlestt</service-id> <service-id>org.openhab.voice.googlestt</service-id>

View File

@ -7,6 +7,7 @@
<name>Google Cloud Test-to-speech</name> <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 <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> Synthesis Markup Language (SSML) input into audio data of natural human speech.</description>
<connection>cloud</connection>
<service-id>org.openhab.voice.googletts</service-id> <service-id>org.openhab.voice.googletts</service-id>

View File

@ -6,5 +6,6 @@
<type>voice</type> <type>voice</type>
<name>macOS Text-to-Speech</name> <name>macOS Text-to-Speech</name>
<description>The macOS Text-to-Speech (TTS) service uses the macOS "say" command for producing spoken text.</description> <description>The macOS Text-to-Speech (TTS) service uses the macOS "say" command for producing spoken text.</description>
<connection>local</connection>
</addon:addon> </addon:addon>

View File

@ -7,5 +7,6 @@
<name>Mary Text-to-Speech</name> <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 <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> MaryTTS project of DFKI.</description>
<connection>local</connection>
</addon:addon> </addon:addon>

View File

@ -6,6 +6,7 @@
<type>voice</type> <type>voice</type>
<name>macOS Text-to-Speech</name> <name>macOS Text-to-Speech</name>
<description>The macOS Text-to-Speech (TTS) service uses the macOS "say" command for producing spoken text.</description> <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> <service-id>org.openhab.voice.mimictts</service-id>

View File

@ -6,5 +6,6 @@
<type>voice</type> <type>voice</type>
<name>Pico Text-to-Speech</name> <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> <description>The Pico Text-to-Speech (TTS) service uses the TTS binary from SVOX for producing spoken text.</description>
<connection>local</connection>
</addon:addon> </addon:addon>

View File

@ -6,6 +6,7 @@
<type>voice</type> <type>voice</type>
<name>Polly Text-to-Speech</name> <name>Polly Text-to-Speech</name>
<description>PollyTTS is a voice service utilizing the Internet based text-to-speech (TTS) service Amazon Polly.</description> <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> <service-id>org.openhab.voice.pollytts</service-id>

View File

@ -6,6 +6,7 @@
<type>voice</type> <type>voice</type>
<name>IBM Watson Speech-to-Text</name> <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> <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> <service-id>org.openhab.voice.watsonstt</service-id>