Releases: mattrayner/pod-point-home-assistant-component
Releases · mattrayner/pod-point-home-assistant-component
v0.0.2-alpha
Bugfixes
- Fixed naming of binary sensor
v0.0.1-alpha
Initial alpha release with base functionality
Caveats
I have tested this using my own account which has one pod (universal, not tethered). YMMV, please open issues if you see any issues. This is being actively developed.
Features
- Fetch all pods on an account and expose:
- General state (available, charging, waiting for schedule, etc.)
- Ability to turn charging on and off via schedule updating (represented as a switch)
Known Issues
- When updating the schedule (toggling the switch), there is a delay and depending on the response from Pod Point the switch may toggle back to the previous state. This is caused by a delay in the
/pods
api which HA doesn't like. I will look into correcting this in future versions. *MITIGATION: Avoid rapidly toggling the switch on and off. If using automations, I recommend adding a delay before re-reading the state.