Releases: mattrayner/podpointclient
Releases · mattrayner/podpointclient
v0.1.16
- Rename
ConnectionError
toApiConnectionError
asConnectionError
is reserved.
v0.1.15
- Fix a
ConnectionError
raising bug that causedConnectionError
to upgrade toException
. - Update
setup.py
to load version and README from files (saves double update)
v0.1.14
Add ConnectionError implementation. This allows us to check if we are online or not.
v0.1.13
Improve authentication error raising. This allows handling of the re-auth flow in Home Assistant
v0.1.12
Add additional timestamps for debugging and improve test coverage
v0.1.5
Features
- Add
debug
level logging of GET, PUT and POST requests to the PodPoint APIs with response times.
v0.1.4
Features
- Remove extraneous logging noise
- Requests with either
log
ordebug
levels have been cleaned up to remove overly verbose, or out of context messages
- Requests with either
v0.1.3
Bugfixes
- Fix issue with
Charge.home
not returning the expected value
v0.1.2
Features
- Add placeholder pod values for
charges
,total_kwh
andcurrent_kwh
forPod
objects.
v0.1.1
Features
- Add
home
attribute toPod
objects to allow easy filtering