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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user