You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
v0.5.10
New features
Remaining charge duration in the header. While charging is active, the estimated time left (e.g. 1 h 23 min remaining) is shown directly in each loadpoint header. Available in loadpoint and compact modes. (#109 )
Bug fixes
Rendering issues in Chrome and Safari fixed (#112). Under certain conditions the card content was overwritten right after being rendered, or it failed to refresh after a configuration change in the editor. Four root causes were addressed:
The loading spinner no longer overwrites a card that is already rendered.
setConfig now triggers an immediate re-render, so mode changes made in the editor become visible right away.
Prefix detection no longer collides with the 300 ms debounce timer in set hass.
The editor element no longer renders in parallel while prefix detection is still running.
Notes
If translations or loadpoint content appear missing after the update, please perform a hard reload (Ctrl+Shift+R) so the browser picks up the updated locales/*.json files.