Skip to content

v1.3.1

Choose a tag to compare

@mbillow mbillow released this 29 Mar 01:43
962c3c7

v1.3.1

Bug Fixes

  • Fixed persistent session expiry causing entities to become unavailable (#81 / #83). Two root-cause fixes:
    • The integration now uses a dedicated HTTP session (instead of the shared Home Assistant session), giving the ChargePoint library full ownership of its session cookie lifecycle.
    • When the coulomb_sess session cookie expires, the integration now automatically attempts to re-login using the stored token — recovering transparently without requiring a manual reload or reauthentication. If the stored token is also invalid, the integration will prompt for reauthentication as expected.