Improve "Restore?" option for Timer helpers (#23213)

When creating or editing a Timer helper the option "Restore?" can be ticked by the user.

This should not be a question but rather just the option itself and in addition this should better explain its purpose as there is a full line of text possible.

This commit fixes this by adding a similar explanation as for a Counter helpers, following the explanation in the online docs.
This commit is contained in:
Norbert Rittel 2024-12-09 15:43:48 +01:00 committed by GitHub
parent 1393a3ade8
commit 787fba82bd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1613,7 +1613,7 @@
},
"timer": {
"duration": "Duration",
"restore": "Restore?"
"restore": "Restore state and time when Home Assistant starts"
},
"schedule": {
"delete": "Delete item?",