]> git.basschouten.com Git - openhab-addons.git/commitdiff
Declare missing connection attribute (#15016)
authorHolger Friedrich <holgerfriedrich@users.noreply.github.com>
Tue, 23 May 2023 19:38:13 +0000 (21:38 +0200)
committerGitHub <noreply@github.com>
Tue, 23 May 2023 19:38:13 +0000 (21:38 +0200)
* Declare missing connection attribute
* change mactts, marytts, and picotts to none for consistency

Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
28 files changed:
bundles/org.openhab.io.homekit/src/main/resources/OH-INF/addon/addon.xml
bundles/org.openhab.io.hueemulation/src/main/resources/OH-INF/addon/addon.xml
bundles/org.openhab.io.metrics/src/main/resources/OH-INF/addon/addon.xml
bundles/org.openhab.io.neeo/src/main/resources/OH-INF/addon/addon.xml
bundles/org.openhab.io.openhabcloud/src/main/resources/OH-INF/addon/addon.xml
bundles/org.openhab.persistence.dynamodb/src/main/resources/OH-INF/addon/addon.xml
bundles/org.openhab.persistence.influxdb/src/main/resources/OH-INF/addon/addon.xml
bundles/org.openhab.persistence.jpa/src/main/resources/OH-INF/addon/addon.xml
bundles/org.openhab.persistence.mapdb/src/main/resources/OH-INF/addon/addon.xml
bundles/org.openhab.persistence.mongodb/src/main/resources/OH-INF/addon/addon.xml
bundles/org.openhab.persistence.rrd4j/src/main/resources/OH-INF/addon/addon.xml
bundles/org.openhab.transform.bin2json/src/main/resources/OH-INF/addon/addon.xml
bundles/org.openhab.transform.exec/src/main/resources/OH-INF/addon/addon.xml
bundles/org.openhab.transform.jinja/src/main/resources/OH-INF/addon/addon.xml
bundles/org.openhab.transform.jsonpath/src/main/resources/OH-INF/addon/addon.xml
bundles/org.openhab.transform.map/src/main/resources/OH-INF/addon/addon.xml
bundles/org.openhab.transform.regex/src/main/resources/OH-INF/addon/addon.xml
bundles/org.openhab.transform.rollershutterposition/src/main/resources/OH-INF/addon/addon.xml
bundles/org.openhab.transform.scale/src/main/resources/OH-INF/addon/addon.xml
bundles/org.openhab.transform.xpath/src/main/resources/OH-INF/addon/addon.xml
bundles/org.openhab.transform.xslt/src/main/resources/OH-INF/addon/addon.xml
bundles/org.openhab.voice.actiontemplatehli/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.picotts/src/main/resources/OH-INF/addon/addon.xml
bundles/org.openhab.voice.porcupineks/src/main/resources/OH-INF/addon/addon.xml
bundles/org.openhab.voice.rustpotterks/src/main/resources/OH-INF/addon/addon.xml
bundles/org.openhab.voice.voskstt/src/main/resources/OH-INF/addon/addon.xml

index 50c5ea886d9db0db2bc00767ed66e642fc2cbd50..89e8b80c37d14f35738d09388d0d1044ec7b8fec 100644 (file)
@@ -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>
 
index eb6c469113a9de140698a8ab52d7cd17fd8f5a00..3c78c0fbb03e01eb88220568cdd6d87ef43f96ef 100644 (file)
@@ -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>
 
index 22d579a05de2a120151dc412ce25f9a8eb82b419..7858c7947845a487717e1edfcade5d442f09969f 100644 (file)
@@ -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>
 
index 693b8ade8813c46af802943be4702ffaf52732af..635badb320fc21f5d3480150627582d0682b162e 100644 (file)
@@ -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>
 
index 35fe445aa495c9ebf4c59608486ef38b37112261..f4d187f8bb6ba6a21b3ef7669ebd21515a4de943 100644 (file)
@@ -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>
 
index d501423d6a48d74f2672f254df0ec18d956ca7bc..aa04cd410d1d5b8fc5efea93e04a311416cd0196 100644 (file)
@@ -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>
 
index c7fb4ee52bb62ace7ff911baff5d8c480ac45d60..06bd192644ad48333977fa9165c1650af15264e7 100644 (file)
@@ -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>
 
index 37839b04c1f16c4427ac6366a24966931cdac83c..d23a701759426dea608224443e11607719e1b58b 100644 (file)
@@ -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>
 
index c9a9ee0b725a6f76df8ffe4642734a2e87bf74bc..5cfca1d3388f65e4ecbff84b19b497f3e89be8f7 100644 (file)
@@ -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>
index 842d4b5ab8acd6c77c47523b81ac4c09fb9560d4..f129d25535e79a8da6d7a75ff3fb44b2022ee29e 100644 (file)
@@ -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>
 
index 44fd4dc92097d4edd9dc627d246019cdf744f179..d98570d949e33cfddfaf0328f1079695c902402a 100644 (file)
@@ -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>
index e71645bf67390e4b252b791ca3dc65560cae58dc..49a3bddd6778c73c4d92211c9b5c3f759cbf9cf7 100644 (file)
@@ -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>
index 1a234f2eaee085d731338e30ea60c8fe2ef7b6f4..d5e7d8ca2ccb0e8e11c4c8c90b2c78e1bce0c8bb 100644 (file)
@@ -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>
index 03670c7eaf319864994a4c9458528cbc059c7e5a..9307784e4914163f578d4b397454dbb5e27547a0 100644 (file)
@@ -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>
index a29887d113adecf73aebe185dee8a7e18f35738c..fbf3d6bd25dac53f91bf56edbb63d243c2f33caa 100644 (file)
@@ -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>
index cc793887f5e302ea2874e4efbacabde3312a593d..59fe9f87d31898e20c21986fe70745e0ffeb01ee 100644 (file)
@@ -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>
index 4f114a00b71848ced9fad9acd4a63baeeeae6bea..57757200ad75c49e78b8239fc7568bf7d397436d 100644 (file)
@@ -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>
index 9178c4e24e0fd6ade9a7640d5629b07c403d0206..0555a28207a24e20f665f6bba6b97355f40b51d2 100644 (file)
@@ -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>
index 8189d7e52639cf2285b00258ee42b9bd92f6fda1..2575baa2f99ee637f8835eddeabc5681127aad15 100644 (file)
@@ -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>
index 1c919338f4997a48497a251eca996f0e4d90df66..dd3649550e61a41950a6c3ddb76ecddcb059b936 100644 (file)
@@ -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>
index 9d9cfce9bbf19ea6d5a15664ce7f92b4549cb0fc..be1977e3e4ff8a8f6871f466af669dce20c265bc 100644 (file)
@@ -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>
index 829eb6df78f3afb1321d71eb2750f3b8fba09974..187f5769be4b1672fc208c10f161ea9d19847a1d 100644 (file)
@@ -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>
 
index 5535cdd15d4731a7a565f701cdbcb4f1c8243a11..8edc70775626d2e4bf262c1a5b6783543a18b1c8 100644 (file)
@@ -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>
index a77d6126b67567fe977cd987e76bc3c28389aa01..0eebb79359660288c4f09cd3e413026d1d2a21b0 100644 (file)
@@ -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>
index fe6a05f50c11e9958184082a07d0b29d8528b255..1964698e68a6b1ca860612b10a8dbaf146b8ba7a 100644 (file)
@@ -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>
index e68c472ac39e4a0be6a2fd6e47d140e9265f9134..8106ed9e0ecb0db9caf943b34865f9b2077946d2 100644 (file)
@@ -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>
 
index 9ba652fa6d46b20ce36b7ab792457ac37aece1f2..b22ca23bd5e06a576836de3591b294f742ac42af 100644 (file)
@@ -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>
 
index 6c3e7dd1bfed490d2402bb07d03b14b648fe77e6..f869c7d617c5bcdb4a4d7beabef94ac5ef75d4c5 100644 (file)
@@ -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>