From 30ee28a0d334c2f79360b9d112ae6aaedbb5834a Mon Sep 17 00:00:00 2001 From: Norbert Rittel Date: Fri, 27 Mar 2026 16:43:51 +0100 Subject: [PATCH] Improve timer action naming consistency (#166682) --- homeassistant/components/timer/strings.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/homeassistant/components/timer/strings.json b/homeassistant/components/timer/strings.json index b1373b4764e..0b54a62f68b 100644 --- a/homeassistant/components/timer/strings.json +++ b/homeassistant/components/timer/strings.json @@ -77,7 +77,7 @@ "services": { "cancel": { "description": "Resets a timer's duration to the last known initial value without firing the timer finished event.", - "name": "Cancel" + "name": "Cancel timer" }, "change": { "description": "Changes a timer by adding or subtracting a given duration.", @@ -87,19 +87,19 @@ "name": "Duration" } }, - "name": "Change" + "name": "Change timer" }, "finish": { "description": "Finishes a running timer earlier than scheduled.", - "name": "Finish" + "name": "Finish timer" }, "pause": { "description": "Pauses a running timer, retaining the remaining duration for later continuation.", - "name": "[%key:common::action::pause%]" + "name": "Pause timer" }, "reload": { "description": "Reloads timers from the YAML-configuration.", - "name": "[%key:common::action::reload%]" + "name": "Reload timers" }, "start": { "description": "Starts a timer or restarts it with a provided duration.", @@ -109,7 +109,7 @@ "name": "Duration" } }, - "name": "[%key:common::action::start%]" + "name": "Start timer" } }, "title": "Timer"