From 222562b2f9c07a41e86f6de254e20ff599d5785f Mon Sep 17 00:00:00 2001 From: Allen Porter Date: Sat, 11 Nov 2023 14:03:07 -0800 Subject: [PATCH] Fix Google Calendar links needed by the comon config templates (#29805) * Fix Google Calendar links needed by the comon config templates * Fix template links --- source/_integrations/google.markdown | 3 +++ 1 file changed, 3 insertions(+) diff --git a/source/_integrations/google.markdown b/source/_integrations/google.markdown index e2e4b1c55cf..e2256d42604 100644 --- a/source/_integrations/google.markdown +++ b/source/_integrations/google.markdown @@ -13,6 +13,9 @@ ha_platforms: ha_codeowners: - '@allenporter' ha_integration_type: integration +google_dev_console_link: https://console.developers.google.com/apis/credentials +api: Google Calendar API +api_link: https://console.cloud.google.com/apis/library/calendar-json.googleapis.com --- The *Google Calendar* integration allows you to connect your [Google Calendar](https://calendar.google.com) to Home Assistant. The integration adds calendar entities that are shown on the *Calendar* dashboard, and can be used for automations based on any event, or limited to specific matching criteria.