From d8c662102d01cbf0e496a6411d3d9d39aba0cf90 Mon Sep 17 00:00:00 2001 From: Tony Stork Date: Mon, 18 Apr 2022 14:39:09 -0400 Subject: [PATCH] Added Google integration for possible calendar use --- packages/integrations.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/packages/integrations.yaml b/packages/integrations.yaml index ce922bf..7894f53 100644 --- a/packages/integrations.yaml +++ b/packages/integrations.yaml @@ -36,4 +36,8 @@ tts: cache_dir: /tmp/tts time_memory: 300 base_url: !secret remote_url - service_name: google_say \ No newline at end of file + service_name: google_say + +google: + client_id: !secret google_client_id + client_secret: !secret google_client_secret \ No newline at end of file