Declare missing connection attribute (#15016)

* Declare missing connection attribute
* change mactts, marytts, and picotts to none for consistency

Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
This commit is contained in:
Holger Friedrich 2023-05-23 21:38:13 +02:00 committed by GitHub
parent 289aa0b017
commit 96d0293913
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
28 changed files with 30 additions and 5 deletions

View File

@ -6,6 +6,7 @@
<type>misc</type> <type>misc</type>
<name>HomeKit</name> <name>HomeKit</name>
<description>Exposes openHAB to HomeKit.</description> <description>Exposes openHAB to HomeKit.</description>
<connection>hybrid</connection>
<service-id>org.openhab.homekit</service-id> <service-id>org.openhab.homekit</service-id>

View File

@ -6,6 +6,7 @@
<type>misc</type> <type>misc</type>
<name>Hue Emulation</name> <name>Hue Emulation</name>
<description>Exposes openHAB as Hue Devices.</description> <description>Exposes openHAB as Hue Devices.</description>
<connection>local</connection>
<service-id>org.openhab.hueemulation</service-id> <service-id>org.openhab.hueemulation</service-id>

View File

@ -6,6 +6,7 @@
<type>misc</type> <type>misc</type>
<name>Metrics</name> <name>Metrics</name>
<description>An additional REST endpoint to retrieve openHAB core metrics.</description> <description>An additional REST endpoint to retrieve openHAB core metrics.</description>
<connection>local</connection>
<service-id>org.openhab.metrics</service-id> <service-id>org.openhab.metrics</service-id>

View File

@ -5,7 +5,8 @@
<type>misc</type> <type>misc</type>
<name>Neeo</name> <name>Neeo</name>
<description>An additional REST endpoint to retrieve openHAB core metrics.</description> <description>The openHAB NEEO integration allows mapping of openHAB things/item to a NEEO device/capabilities.</description>
<connection>local</connection>
<service-id>org.openhab.io.neeo.NeeoService</service-id> <service-id>org.openhab.io.neeo.NeeoService</service-id>

View File

@ -6,6 +6,7 @@
<type>misc</type> <type>misc</type>
<name>openHAB Cloud</name> <name>openHAB Cloud</name>
<description>Connects local instance to the openHAB cloud.</description> <description>Connects local instance to the openHAB cloud.</description>
<connection>cloud</connection>
<service-id>org.openhab.openhabcloud</service-id> <service-id>org.openhab.openhabcloud</service-id>

View File

@ -6,6 +6,7 @@
<type>persistence</type> <type>persistence</type>
<name>DynamoDB persistence</name> <name>DynamoDB persistence</name>
<description>This is the persistence add-on for DynamoDB.</description> <description>This is the persistence add-on for DynamoDB.</description>
<connection>cloud</connection>
<service-id>org.openhab.dynamodb</service-id> <service-id>org.openhab.dynamodb</service-id>

View File

@ -6,6 +6,7 @@
<type>persistence</type> <type>persistence</type>
<name>InfluxDB persistence</name> <name>InfluxDB persistence</name>
<description>This is the persistence add-on for InfluxDB.</description> <description>This is the persistence add-on for InfluxDB.</description>
<connection>local</connection>
<service-id>org.openhab.influxdb</service-id> <service-id>org.openhab.influxdb</service-id>

View File

@ -6,6 +6,7 @@
<type>persistence</type> <type>persistence</type>
<name>JPA persistence</name> <name>JPA persistence</name>
<description>This is the persistence add-on for JPA.</description> <description>This is the persistence add-on for JPA.</description>
<connection>local</connection>
<service-id>org.openhab.jpa</service-id> <service-id>org.openhab.jpa</service-id>

View File

@ -6,5 +6,6 @@
<type>persistence</type> <type>persistence</type>
<name>MapDB persistence</name> <name>MapDB persistence</name>
<description>This is the persistence add-on for MapDB.</description> <description>This is the persistence add-on for MapDB.</description>
<connection>none</connection>
</addon:addon> </addon:addon>

View File

@ -6,6 +6,7 @@
<type>persistence</type> <type>persistence</type>
<name>MongoDB persistence</name> <name>MongoDB persistence</name>
<description>This is the persistence add-on for MongoDB.</description> <description>This is the persistence add-on for MongoDB.</description>
<connection>local</connection>
<service-id>org.openhab.mongodb</service-id> <service-id>org.openhab.mongodb</service-id>

View File

@ -6,5 +6,6 @@
<type>persistence</type> <type>persistence</type>
<name>RRD4J persistence</name> <name>RRD4J persistence</name>
<description>This is the persistence add-on for RRD4J.</description> <description>This is the persistence add-on for RRD4J.</description>
<connection>none</connection>
</addon:addon> </addon:addon>

View File

@ -6,5 +6,6 @@
<type>transformation</type> <type>transformation</type>
<name>BIN2JSON transformation</name> <name>BIN2JSON transformation</name>
<description>Transforms the input by Java Binary Block Parser syntax.</description> <description>Transforms the input by Java Binary Block Parser syntax.</description>
<connection>none</connection>
</addon:addon> </addon:addon>

View File

@ -6,5 +6,6 @@
<type>transformation</type> <type>transformation</type>
<name>Exec transformation</name> <name>Exec transformation</name>
<description>Transforms an input string with an external program.</description> <description>Transforms an input string with an external program.</description>
<connection>none</connection>
</addon:addon> </addon:addon>

View File

@ -6,5 +6,6 @@
<type>transformation</type> <type>transformation</type>
<name>Jinja Transformation</name> <name>Jinja Transformation</name>
<description>Transforms a value using a jinja template.</description> <description>Transforms a value using a jinja template.</description>
<connection>none</connection>
</addon:addon> </addon:addon>

View File

@ -6,5 +6,6 @@
<type>transformation</type> <type>transformation</type>
<name>JSONPATH transformation</name> <name>JSONPATH transformation</name>
<description>Extracts values from a JSON string using a JSONPATH expression.</description> <description>Extracts values from a JSON string using a JSONPATH expression.</description>
<connection>none</connection>
</addon:addon> </addon:addon>

View File

@ -6,5 +6,6 @@
<type>transformation</type> <type>transformation</type>
<name>MAP transformation</name> <name>MAP transformation</name>
<description>Transforms the input by mapping it to another string.</description> <description>Transforms the input by mapping it to another string.</description>
<connection>none</connection>
</addon:addon> </addon:addon>

View File

@ -6,5 +6,6 @@
<type>transformation</type> <type>transformation</type>
<name>Regex transformation</name> <name>Regex transformation</name>
<description>Transforms a source string on basis of the regular expression (regex) search pattern.</description> <description>Transforms a source string on basis of the regular expression (regex) search pattern.</description>
<connection>none</connection>
</addon:addon> </addon:addon>

View File

@ -7,5 +7,6 @@
<name>Roller Shutter Position Emulation</name> <name>Roller Shutter Position Emulation</name>
<description>Emulates absolute position setting for roller shutter devices which only support basic UP/DOWN/STOP <description>Emulates absolute position setting for roller shutter devices which only support basic UP/DOWN/STOP
commands.</description> commands.</description>
<connection>none</connection>
</addon:addon> </addon:addon>

View File

@ -6,5 +6,6 @@
<type>transformation</type> <type>transformation</type>
<name>Scale transformation</name> <name>Scale transformation</name>
<description>Transforms a numerical input to a string.</description> <description>Transforms a numerical input to a string.</description>
<connection>none</connection>
</addon:addon> </addon:addon>

View File

@ -6,5 +6,6 @@
<type>transformation</type> <type>transformation</type>
<name>XPATH transformation</name> <name>XPATH transformation</name>
<description>Extracts values from an XML string with the XPATH syntax.</description> <description>Extracts values from an XML string with the XPATH syntax.</description>
<connection>none</connection>
</addon:addon> </addon:addon>

View File

@ -6,5 +6,6 @@
<type>transformation</type> <type>transformation</type>
<name>XSLT transformation</name> <name>XSLT transformation</name>
<description>Transform input using the XML Stylesheet Language for Transformations (XSLT).</description> <description>Transform input using the XML Stylesheet Language for Transformations (XSLT).</description>
<connection>none</connection>
</addon:addon> </addon:addon>

View File

@ -6,6 +6,7 @@
<type>voice</type> <type>voice</type>
<name>Action Template Interpreter</name> <name>Action Template Interpreter</name>
<description>A human language interpreter implementation powered by OpenNLP.</description> <description>A human language interpreter implementation powered by OpenNLP.</description>
<connection>none</connection>
<service-id>org.openhab.voice.actiontemplatehli</service-id> <service-id>org.openhab.voice.actiontemplatehli</service-id>

View File

@ -6,6 +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> <connection>none</connection>
</addon:addon> </addon:addon>

View File

@ -7,6 +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> <connection>none</connection>
</addon:addon> </addon:addon>

View File

@ -6,6 +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> <connection>none</connection>
</addon:addon> </addon:addon>

View File

@ -6,6 +6,7 @@
<type>voice</type> <type>voice</type>
<name>Porcupine Keyword Spotter</name> <name>Porcupine Keyword Spotter</name>
<description>This voice service allows you to use the PicoVoice product Porcupine as your keyword spotter in openHAB.</description> <description>This voice service allows you to use the PicoVoice product Porcupine as your keyword spotter in openHAB.</description>
<connection>hybrid</connection>
<service-id>org.openhab.voice.procupineks</service-id> <service-id>org.openhab.voice.procupineks</service-id>

View File

@ -7,6 +7,7 @@
<name>Rustpotter Keyword Spotter</name> <name>Rustpotter Keyword Spotter</name>
<description>This voice service allows you to use the open source library Rustpotter as your keyword spotter in <description>This voice service allows you to use the open source library Rustpotter as your keyword spotter in
openHAB.</description> openHAB.</description>
<connection>none</connection>
<service-id>org.openhab.voice.rustpotterks</service-id> <service-id>org.openhab.voice.rustpotterks</service-id>

View File

@ -5,7 +5,8 @@
<type>voice</type> <type>voice</type>
<name>Vosk Speech-to-Text</name> <name>Vosk Speech-to-Text</name>
<description>osk STT Service uses vosk-api to perform offline speech-to-text in openHAB.</description> <description>Vosk STT Service uses vosk-api to perform offline speech-to-text in openHAB.</description>
<connection>none</connection>
<service-id>org.openhab.voice.voskstt</service-id> <service-id>org.openhab.voice.voskstt</service-id>