mirror of
https://github.com/openhab/openhab-addons.git
synced 2025-01-10 15:11:59 +01:00
[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:
parent
f21f7bc8b3
commit
9cd055e13a
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user