From f82739aa266d4643674e1cb0ef13f7c38a0d09e2 Mon Sep 17 00:00:00 2001 From: Nimrod Dolev Date: Tue, 31 Oct 2023 17:41:27 +0200 Subject: [PATCH] Label description fix --- custom_components/chime_tts/services.yaml | 2 +- custom_components/chime_tts/translations/en.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/custom_components/chime_tts/services.yaml b/custom_components/chime_tts/services.yaml index 9132609d8..d0fa4cff7 100755 --- a/custom_components/chime_tts/services.yaml +++ b/custom_components/chime_tts/services.yaml @@ -232,7 +232,7 @@ say: boolean: cache: name: Cache - description: "Whether or not to save the generated audio file in a local cache" + description: "Whether or not to save/reuse the generated audio file in a local cache" example: "True" required: false selector: diff --git a/custom_components/chime_tts/translations/en.json b/custom_components/chime_tts/translations/en.json index 2c2341112..aaec485e8 100755 --- a/custom_components/chime_tts/translations/en.json +++ b/custom_components/chime_tts/translations/en.json @@ -51,7 +51,7 @@ }, "cache": { "name": "Cache", - "description": "Whether or not to save the generated audio file in a local cache" + "description": "Whether or not to save/reuse the generated audio file in a local cache" }, "announce": { "name": "Announce",