]> git.basschouten.com Git - openhab-addons.git/commitdiff
[mimictts] Fix addon.xml info (#14821)
authorWouter Born <github@maindrain.net>
Sat, 15 Apr 2023 20:02:12 +0000 (22:02 +0200)
committerGitHub <noreply@github.com>
Sat, 15 Apr 2023 20:02:12 +0000 (22:02 +0200)
It seems to have been copied over from macOS TTS without properly updating all details.

Signed-off-by: Wouter Born <github@maindrain.net>
bundles/org.openhab.voice.mimictts/src/main/resources/OH-INF/addon/addon.xml

index 4efa95960eb612f19853e4ea348e217461470f53..8a8bb67ccc0b14458763f332b4822c743fda5be1 100644 (file)
@@ -4,8 +4,9 @@
        xsi:schemaLocation="https://openhab.org/schemas/addon/v1.0.0 https://openhab.org/schemas/addon-1.0.0.xsd">
 
        <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>
+       <name>Mimic Text-to-Speech</name>
+       <description>The Mimic Text-to-Speech (TTS) service uses the offline open source Text-to-Speech engine designed by
+               Mycroft A.I.</description>
        <connection>local</connection>
 
        <service-id>org.openhab.voice.mimictts</service-id>