Clarify action descriptions of smarttub.snooze_reminder / reset_reminder (#140810)

- change both descriptions to descriptive HA style
- change "reminder" to "maintenance reminder" (helps translators a lot)
- use more of the wording from the online documentation
This commit is contained in:
Norbert Rittel 2025-03-17 19:03:05 +01:00 committed by GitHub
parent a2fec8c2ce
commit e16f0e9af3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -49,17 +49,17 @@
}, },
"snooze_reminder": { "snooze_reminder": {
"name": "Snooze a reminder", "name": "Snooze a reminder",
"description": "Delay a reminder, so that it won't trigger again for a period of time.", "description": "Temporarily suppresses the maintenance reminder on a hot tub.",
"fields": { "fields": {
"days": { "days": {
"name": "Days", "name": "Days",
"description": "The number of days to delay the reminder." "description": "The number of days to snooze the reminder."
} }
} }
}, },
"reset_reminder": { "reset_reminder": {
"name": "Reset a reminder", "name": "Reset a reminder",
"description": "Reset a reminder, and set the next time it will be triggered.", "description": "Resets the maintenance reminder on a hot tub.",
"fields": { "fields": {
"days": { "days": {
"name": "[%key:component::smarttub::services::snooze_reminder::fields::days::name%]", "name": "[%key:component::smarttub::services::snooze_reminder::fields::days::name%]",