Skip to content

Commit

Permalink
Declare missing connection attribute (openhab#15016)
Browse files Browse the repository at this point in the history
* Declare missing connection attribute
* change mactts, marytts, and picotts to none for consistency

Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
Signed-off-by: Matt Myers <mmyers75@icloud.com>
  • Loading branch information
holgerfriedrich authored and matchews committed Aug 9, 2023
1 parent aaa7f0d commit 1a0f438
Show file tree
Hide file tree
Showing 28 changed files with 30 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<type>misc</type>
<name>HomeKit</name>
<description>Exposes openHAB to HomeKit.</description>
<connection>hybrid</connection>

<service-id>org.openhab.homekit</service-id>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<type>misc</type>
<name>Hue Emulation</name>
<description>Exposes openHAB as Hue Devices.</description>
<connection>local</connection>

<service-id>org.openhab.hueemulation</service-id>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<type>misc</type>
<name>Metrics</name>
<description>An additional REST endpoint to retrieve openHAB core metrics.</description>
<connection>local</connection>

<service-id>org.openhab.metrics</service-id>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@

<type>misc</type>
<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>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<type>misc</type>
<name>openHAB Cloud</name>
<description>Connects local instance to the openHAB cloud.</description>
<connection>cloud</connection>

<service-id>org.openhab.openhabcloud</service-id>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<type>persistence</type>
<name>DynamoDB persistence</name>
<description>This is the persistence add-on for DynamoDB.</description>
<connection>cloud</connection>

<service-id>org.openhab.dynamodb</service-id>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<type>persistence</type>
<name>InfluxDB persistence</name>
<description>This is the persistence add-on for InfluxDB.</description>
<connection>local</connection>

<service-id>org.openhab.influxdb</service-id>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<type>persistence</type>
<name>JPA persistence</name>
<description>This is the persistence add-on for JPA.</description>
<connection>local</connection>

<service-id>org.openhab.jpa</service-id>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@
<type>persistence</type>
<name>MapDB persistence</name>
<description>This is the persistence add-on for MapDB.</description>
<connection>none</connection>

</addon:addon>
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<type>persistence</type>
<name>MongoDB persistence</name>
<description>This is the persistence add-on for MongoDB.</description>
<connection>local</connection>

<service-id>org.openhab.mongodb</service-id>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@
<type>persistence</type>
<name>RRD4J persistence</name>
<description>This is the persistence add-on for RRD4J.</description>
<connection>none</connection>

</addon:addon>
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@
<type>transformation</type>
<name>BIN2JSON transformation</name>
<description>Transforms the input by Java Binary Block Parser syntax.</description>
<connection>none</connection>

</addon:addon>
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@
<type>transformation</type>
<name>Exec transformation</name>
<description>Transforms an input string with an external program.</description>
<connection>none</connection>

</addon:addon>
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@
<type>transformation</type>
<name>Jinja Transformation</name>
<description>Transforms a value using a jinja template.</description>
<connection>none</connection>

</addon:addon>
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@
<type>transformation</type>
<name>JSONPATH transformation</name>
<description>Extracts values from a JSON string using a JSONPATH expression.</description>
<connection>none</connection>

</addon:addon>
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@
<type>transformation</type>
<name>MAP transformation</name>
<description>Transforms the input by mapping it to another string.</description>
<connection>none</connection>

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

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

</addon:addon>
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@
<type>transformation</type>
<name>Scale transformation</name>
<description>Transforms a numerical input to a string.</description>
<connection>none</connection>

</addon:addon>
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@
<type>transformation</type>
<name>XPATH transformation</name>
<description>Extracts values from an XML string with the XPATH syntax.</description>
<connection>none</connection>

</addon:addon>
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@
<type>transformation</type>
<name>XSLT transformation</name>
<description>Transform input using the XML Stylesheet Language for Transformations (XSLT).</description>
<connection>none</connection>

</addon:addon>
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<type>voice</type>
<name>Action Template Interpreter</name>
<description>A human language interpreter implementation powered by OpenNLP.</description>
<connection>none</connection>

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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +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>
<connection>none</connection>

</addon:addon>
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +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>
<connection>none</connection>

</addon:addon>
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +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>
<connection>none</connection>

</addon:addon>
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<type>voice</type>
<name>Porcupine Keyword Spotter</name>
<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>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
<name>Rustpotter Keyword Spotter</name>
<description>This voice service allows you to use the open source library Rustpotter as your keyword spotter in
openHAB.</description>
<connection>none</connection>

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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@

<type>voice</type>
<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>

Expand Down

0 comments on commit 1a0f438

Please sign in to comment.