Added Google integration for possible calendar use

This commit is contained in:
2022-04-18 14:39:09 -04:00
parent 99bcad9486
commit d8c662102d

View File

@ -36,4 +36,8 @@ tts:
cache_dir: /tmp/tts cache_dir: /tmp/tts
time_memory: 300 time_memory: 300
base_url: !secret remote_url base_url: !secret remote_url
service_name: google_say service_name: google_say
google:
client_id: !secret google_client_id
client_secret: !secret google_client_secret