From 50d9109e5f151b8973fc09e65664ca47f4bd6fa4 Mon Sep 17 00:00:00 2001 From: Norbert Rittel Date: Mon, 6 Apr 2026 12:37:29 +0200 Subject: [PATCH] Improve Google Calendar action naming consistency (#167143) --- homeassistant/components/google/strings.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/google/strings.json b/homeassistant/components/google/strings.json index 91fd097ef0d..647c108274d 100644 --- a/homeassistant/components/google/strings.json +++ b/homeassistant/components/google/strings.json @@ -111,7 +111,7 @@ "name": "Add event" }, "create_event": { - "description": "Adds a new calendar event.", + "description": "Adds a new event to a Google calendar.", "fields": { "description": { "description": "[%key:component::google::services::add_event::fields::description::description%]", @@ -146,7 +146,7 @@ "name": "Summary" } }, - "name": "Create event" + "name": "Create event in Google Calendar" } } }