]> git.basschouten.com Git - openhab-addons.git/commitdiff
[voicerss] Fix service-id in addon.xml (#14988)
authorJ-N-K <github@klug.nrw>
Sat, 13 May 2023 19:16:23 +0000 (21:16 +0200)
committerGitHub <noreply@github.com>
Sat, 13 May 2023 19:16:23 +0000 (21:16 +0200)
Signed-off-by: Jan N. Klug <github@klug.nrw>
bundles/org.openhab.voice.voicerss/src/main/resources/OH-INF/addon/addon.xml

index a53050368da7a7f66ca6c344f5bd15748e9e104a..d36cb32e921a02db60d45833338215d80fe376e5 100644 (file)
@@ -8,7 +8,7 @@
        <description>VoiceRSS is an Internet based TTS service hosted at https://api.voicerss.org.</description>
        <connection>cloud</connection>
 
-       <service-id>org.openhab.voice.voicerss</service-id>
+       <service-id>org.openhab.voicerss</service-id>
 
        <config-description-ref uri="voice:voicerss"/>