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:
Norbert Rittel 2025-01-16 09:18:23 +01:00 committed by GitHub
parent 77a351f992
commit 137666982d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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