Signed-off-by: Miguel Álvarez Díez <miguelwork92@gmail.com>
== Source Code
https://github.com/openhab/openhab-addons
+
+== Third-party Content
+
+ai.picovoice: porcupine-java
+* License: Apache 2.0 License
+* Project: https://github.com/Picovoice/porcupine
+* Source: https://github.com/Picovoice/porcupine/tree/v2.1/binding/java
Only the English model binary is included with the addon and will be used if the one for your configured language is not found under '\<openHAB userdata\>/porcupine'.
-To get the language model files, go to the [Porcupine repo](https://github.com/Picovoice/porcupine/tree/v2.0/lib/common).
+To get the language model files, go to the [Porcupine repo](https://github.com/Picovoice/porcupine/tree/v2.1/lib/common).
Note that the keyword model you use should match the language model.
<dependency>
<groupId>ai.picovoice</groupId>
<artifactId>porcupine-java</artifactId>
- <version>2.0.2</version>
+ <version>2.1.0</version>
<scope>compile</scope>
</dependency>
</dependencies>