Skip to content

v0.5.10

Choose a tag to compare

@mkshb mkshb released this 01 May 09:12
e0b4db3

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.

What's Changed