1
0
mirror of https://github.com/home-assistant/core.git synced 2026-04-02 00:20:30 +01:00

Improve lawn mower action naming consistency (#166388)

This commit is contained in:
Franck Nijhof
2026-03-24 21:45:53 +01:00
committed by GitHub
parent c795cbc5a3
commit bdd3fc7059

View File

@@ -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",