v0.5.3
Fixed
- Stream-triggered energy fetches with an expired JWT could raise
AttributeErroron
config_entry.async_start_reauthwhenconfig_entrywasNone, 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)