[mimictts] Fix addon.xml info (#14821)

It seems to have been copied over from macOS TTS without properly updating all details.

Signed-off-by: Wouter Born <github@maindrain.net>
This commit is contained in:
Wouter Born 2023-04-15 22:02:12 +02:00 committed by GitHub
parent f21f7bc8b3
commit 9cd055e13a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,8 +4,9 @@
xsi:schemaLocation="https://openhab.org/schemas/addon/v1.0.0 https://openhab.org/schemas/addon-1.0.0.xsd"> xsi:schemaLocation="https://openhab.org/schemas/addon/v1.0.0 https://openhab.org/schemas/addon-1.0.0.xsd">
<type>voice</type> <type>voice</type>
<name>macOS Text-to-Speech</name> <name>Mimic Text-to-Speech</name>
<description>The macOS Text-to-Speech (TTS) service uses the macOS "say" command for producing spoken text.</description> <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> <connection>local</connection>
<service-id>org.openhab.voice.mimictts</service-id> <service-id>org.openhab.voice.mimictts</service-id>