]> git.basschouten.com Git - openhab-addons.git/commitdiff
[pollytts] Fix settings namespace in documentation (#10725)
authorcoriet <christian@oriet.org>
Thu, 20 May 2021 17:43:05 +0000 (19:43 +0200)
committerGitHub <noreply@github.com>
Thu, 20 May 2021 17:43:05 +0000 (19:43 +0200)
Signed-off-by: Christian Oriet <github@oriet.org>
bundles/org.openhab.voice.pollytts/README.md

index 5bffc922dca7914f90535d77edde65fff36a3818..7ff60ddbee0b18db737dc2bcfabda958889fc979 100644 (file)
@@ -51,10 +51,10 @@ Create a new file in `$OPENHAB_ROOT/conf/services` named `pollytts.cfg`
 It's contents should look similar to:
 
 ```
-org.openhab.pollytts:accessKey=ACCESS_KEY_ID
-org.openhab.pollytts:secretKey=SECRET_KEY
-org.openhab.pollytts:serviceRegion=SERVICE_REGION
-org.openhab.pollytts:cacheExpiration=EXPIRATION_IN_DAYS
+org.openhab.voice.pollytts:accessKey=ACCESS_KEY_ID
+org.openhab.voice.pollytts:secretKey=SECRET_KEY
+org.openhab.voice.pollytts:serviceRegion=SERVICE_REGION
+org.openhab.voice.pollytts:cacheExpiration=EXPIRATION_IN_DAYS
 ```
 
 These have the same meanings as described in the **Service Configuration** block above.