mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 05:07:41 +00:00
Reword action descriptions to match Home Assistant style (#135733)
* Reword action descriptions to match Home Assistant style This commit changes the two action descriptions of the Husqvarna Automower integration to use the descriptive language that is standard in Home Assistant. This helps in fixing or preventing wrong (machine) translations. This is done using the wording from the online documentation by using "Lets the mower … ", moving the actual result more into focus. * Re-add "either" to first description
This commit is contained in:
parent
77a351f992
commit
137666982d
@ -322,7 +322,7 @@
|
||||
"services": {
|
||||
"override_schedule": {
|
||||
"name": "Override schedule",
|
||||
"description": "Override the schedule to either mow or park for a duration of time.",
|
||||
"description": "Lets the mower either mow or park for a given duration, overriding all schedules.",
|
||||
"fields": {
|
||||
"duration": {
|
||||
"name": "Duration",
|
||||
@ -336,7 +336,7 @@
|
||||
},
|
||||
"override_schedule_work_area": {
|
||||
"name": "Override schedule work area",
|
||||
"description": "Override the schedule of the mower for a duration of time in the selected work area.",
|
||||
"description": "Lets the mower mow for a given duration in a specified work area, overriding all schedules.",
|
||||
"fields": {
|
||||
"duration": {
|
||||
"name": "[%key:component::husqvarna_automower::services::override_schedule::fields::duration::name%]",
|
||||
|
Loading…
x
Reference in New Issue
Block a user