From cef1ebba3b560d73491b55876612fdf8ed710415 Mon Sep 17 00:00:00 2001 From: Allen Porter <allen@thebends.org> Date: Wed, 28 Sep 2022 09:02:32 -0700 Subject: [PATCH] Rename Google Calendars to Google Calendar (#79210) --- homeassistant/components/google/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/components/google/manifest.json b/homeassistant/components/google/manifest.json index d39f2093cf0..39c889786b7 100644 --- a/homeassistant/components/google/manifest.json +++ b/homeassistant/components/google/manifest.json @@ -1,6 +1,6 @@ { "domain": "google", - "name": "Google Calendars", + "name": "Google Calendar", "config_flow": true, "dependencies": ["application_credentials"], "documentation": "https://www.home-assistant.io/integrations/calendar.google/", -- GitLab