Conversation
| "history_stats": "Reload history stats entities", | ||
| "trend": "Reload trend entities", | ||
| "ping": "Reload ping binary sensor entities", | ||
| "filesize": "Reload file size entities" |
There was a problem hiding this comment.
Should we keep the translations that do not result in an identical string?
There was a problem hiding this comment.
Yeah we can, should we leave all in? They all are slightly different I think, mainly because of plurals
There was a problem hiding this comment.
yeah, why not.
We can always change it / remove some in the future.
There was a problem hiding this comment.
@bramkragten if possible please add rpi_gpio to the translations (https://github.com/home-assistant/frontend/pull/6764/files#diff-571ce32a17d6aa22fdd0942224a8ff44R856)
"rpi_gpio": "Reload Raspberry Pi GPIO entities"
There was a problem hiding this comment.
What does it say now?
There was a problem hiding this comment.
If it needs to change, please create a PR
There was a problem hiding this comment.
currently, there is no rpi_gpio entry.
I'll check how this looks and if needed create a new PR.
Proposed change
This cuts out the manual having to add domains to the
reloadableDomainsarray and having to add translations for every domain. The default translation can still be overwritten.Also allows custom integrations to show up in the reload list.
/CC @bdraco
Type of change
Example configuration
Additional information
Checklist
If user exposed functionality or configuration variables are added/changed: