v1.3.1
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_sesssession 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.