mirror of
https://github.com/home-assistant/core.git
synced 2025-07-07 21:37:07 +00:00
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:
parent
a2fec8c2ce
commit
e16f0e9af3
@ -49,17 +49,17 @@
|
||||
},
|
||||
"snooze_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": {
|
||||
"days": {
|
||||
"name": "Days",
|
||||
"description": "The number of days to delay the reminder."
|
||||
"description": "The number of days to snooze the reminder."
|
||||
}
|
||||
}
|
||||
},
|
||||
"reset_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": {
|
||||
"days": {
|
||||
"name": "[%key:component::smarttub::services::snooze_reminder::fields::days::name%]",
|
||||
|
Loading…
x
Reference in New Issue
Block a user