Skip to content

v0.11.0

Choose a tag to compare

@mbillow mbillow released this 04 May 03:05

✨Improvements

  • Properly handle authentication flow when ChargePoint credentials change. (fixes #43)
  • Add poll frequency configuration option. (fixes #16)
  • Exclusively store session token in ConfigEntry to avoid writing to disk. (fixes #58)

🐛 Bug Fixes

  • Remove explicit self.config_entry = config_entry from the OptionFlowHandler, which is deprecated and will cause issues in HA 2025.12+. (fixes #54)