From bdd3fc705978083c57e11f323ce3bbd8b8342ce3 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Tue, 24 Mar 2026 21:45:53 +0100 Subject: [PATCH] Improve lawn mower action naming consistency (#166388) --- homeassistant/components/lawn_mower/strings.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/homeassistant/components/lawn_mower/strings.json b/homeassistant/components/lawn_mower/strings.json index 0ca9ace458e..e882b260aeb 100644 --- a/homeassistant/components/lawn_mower/strings.json +++ b/homeassistant/components/lawn_mower/strings.json @@ -86,16 +86,16 @@ }, "services": { "dock": { - "description": "Stops the mowing task and returns to the dock.", - "name": "Return to dock" + "description": "Returns a lawn mower to its dock.", + "name": "Return lawn mower to dock" }, "pause": { - "description": "Pauses the mowing task.", - "name": "Pause" + "description": "Pauses a lawn mower's current task.", + "name": "Pause lawn mower" }, "start_mowing": { - "description": "Starts the mowing task.", - "name": "Start mowing" + "description": "Starts a lawn mower's mowing task.", + "name": "Start lawn mower" } }, "title": "Lawn mower",