From 150253b468217bffa04d9e20176bac34d56ffafb Mon Sep 17 00:00:00 2001 From: dfcarvajal Date: Mon, 9 Dec 2019 12:31:02 +0000 Subject: [PATCH] =?UTF-8?q?A=C3=B1adido=20servicio=20de=20voz=20de=20googl?= =?UTF-8?q?e?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- configuration.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/configuration.yaml b/configuration.yaml index b61f626..478d66a 100644 --- a/configuration.yaml +++ b/configuration.yaml @@ -23,3 +23,12 @@ hacs: lovelace: mode: yaml + +tts: + - platform: google_translate + cache: true + cache_dir: /tmp/tts + time_memory: 300 + base_url: !secret url_https + service_name: google_say +