From df6b2ba0cde8da8037e17b4bbab0f4bbba70923a Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Tue, 31 Mar 2026 13:01:20 +0200 Subject: [PATCH] Improve date action naming consistency (#166529) --- homeassistant/components/date/strings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/components/date/strings.json b/homeassistant/components/date/strings.json index fb4976f5399..a406772a8ab 100644 --- a/homeassistant/components/date/strings.json +++ b/homeassistant/components/date/strings.json @@ -6,7 +6,7 @@ }, "services": { "set_value": { - "description": "Sets the date.", + "description": "Sets the value of a date.", "fields": { "date": { "description": "The date to set.",