From 0edc2cbbab04cc9b0785c31ed31ef07518bb240c Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Tue, 31 Mar 2026 11:16:18 +0200 Subject: [PATCH] Improve time action naming consistency (#166532) --- homeassistant/components/time/strings.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/time/strings.json b/homeassistant/components/time/strings.json index e22b3b325b8..463e6c8d1d1 100644 --- a/homeassistant/components/time/strings.json +++ b/homeassistant/components/time/strings.json @@ -6,14 +6,14 @@ }, "services": { "set_value": { - "description": "Sets the time.", + "description": "Sets the value of a time entity.", "fields": { "time": { "description": "The time to set.", "name": "Time" } }, - "name": "Set Time" + "name": "Set time" } }, "title": "Time"