Skip to content

2.0.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 21 Apr 11:50
· 8 commits to refs/heads/master since this release

What’s changed

OVO recently changed their authentication. This version refactors the package to reverse engineer the current setup.

  • Authentication has been changed to an oauth model
  • Accounts are now found under bootstrap. This should be called straight after authentication to be able to call endpoints which require an account id
  • Pydantic has been removed and replaced with dataclasses
  • OVOPlan is now OVOPlans (#84 raised, as this is currently broken. Lowered priority as HA is unaffected)

🚨 Breaking changes

🐛 Bug fixes

⬆️ Dependency updates

  • Bump actions/checkout from 4.1.2 to 4.1.3 @dependabot (#82)
  • Bump stefanzweifel/git-auto-commit-action from 5.0.0 to 5.0.1 @dependabot (#83)