diff --git a/.gitignore b/.gitignore index 4eb5ab9..a5bc1bd 100644 --- a/.gitignore +++ b/.gitignore @@ -38,6 +38,7 @@ custom_components/ custom_logs/ snapshots/ rtl_433/ +tts/ /lovelace/private model_cache/ diff --git a/components/tts/google.yaml b/components/tts/google.yaml index d567b39..3977200 100644 --- a/components/tts/google.yaml +++ b/components/tts/google.yaml @@ -1,5 +1,5 @@ platform: google_translate cache: true -cache_dir: /tmp/tts +cache_dir: config/tmp time_memory: 57600 service_name: google_translate_say