Skip to content

v0.5.3

Choose a tag to compare

@github-actions github-actions released this 02 Jul 21:13

Fixed

  • Stream-triggered energy fetches with an expired JWT could raise AttributeError on
    config_entry.async_start_reauth when config_entry was None, and could re-login
    more times than necessary on a single retry; the coordinator now guards the reauth call
    and only re-authenticates once per failed energy fetch (thanks
    @c00w,
    #9)