From 971579f0213c83238e5caeee569ede93ebdb4d46 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Tue, 31 Mar 2026 13:01:32 +0200 Subject: [PATCH] Improve datetime action naming consistency (#166530) --- homeassistant/components/datetime/strings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/components/datetime/strings.json b/homeassistant/components/datetime/strings.json index 8316bbaedb5..3fb944185f4 100644 --- a/homeassistant/components/datetime/strings.json +++ b/homeassistant/components/datetime/strings.json @@ -6,7 +6,7 @@ }, "services": { "set_value": { - "description": "Sets the date/time for a datetime entity.", + "description": "Sets the value of a date/time.", "fields": { "datetime": { "description": "The date/time to set. The time zone of the Home Assistant instance is assumed.",