From 095d9e92054463bd5ac3a322356f2b70a1a4c0fb Mon Sep 17 00:00:00 2001 From: Tony Stork Date: Sun, 17 Apr 2022 04:04:35 -0400 Subject: [PATCH] Changed cache dir and base URL for google tts --- packages/integrations.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/integrations.yaml b/packages/integrations.yaml index 6530a94..aee8804 100644 --- a/packages/integrations.yaml +++ b/packages/integrations.yaml @@ -33,7 +33,7 @@ device_tracker: tts: - platform: google_translate cache: true - cache_dir: /config/tts + cache_dir: /tmp/tts time_memory: 300 - base_url: !secret remote_url + base_url: !secret local_url service_name: google_say \ No newline at end of file