Releases: mbillow/ha-chargepoint
Releases · mbillow/ha-chargepoint
v0.8.0
🛠️ Changes
- Wrap blocking file IO calls in async executor jobs. (#44, by @mbillow)
v0.7.0
✨Improvements
- Add number entity to allow setting home charger output amperage. (#38, by @conorbranagan)
🛠️ Changes
- Update unit constants to support newer Home Assitant versions. (#36, by @conorbranagan)
- Remove broken “Last Connected” sensor. (#39, by @sxdjt)
v0.6.0
✨ Improvements
- Add switch entity to start and stop charging sessions on home chargers. (#12)
🐛 Bug Fixes
- Update to
python-chargepoint==1.8.0
in order to pick up GlobalConfig parsing improvements.
v0.5.0
✨ Improvements
- Update
python-chargepoint
to v1.7.0
.
- Replaces all dictionary key retrievals with falsey defaults. (#19)
v0.4.0
✨ Improvements
- Move to async entry setup to prevent issues in HA 2023.3. (#20)
- Update monetary sensor types to correct sensor device class (
SensorStateClass.TOTAL
). (#21)
v0.3.2
🐛 Bug Fixes
- Loosened API parsing strictness by adding falsy defaults. ( #14 )
v0.3.1
v0.3.1
🐛 Bug Fixes
- Update to
python-chargepoint==1.6.1
to allow for non-ChargePoint branded chargers.
v0.3.0
v0.3.0
✨ Improvements
- Updated to python-chargepoint 1.6.0 which includes some refactoring and fixes for accounts without phone numbers.
v0.2.2
v0.2.2
🐛 Bug Fixes
- Make
ChargePointUser.phone_country_id
an Optional[int]
.
v0.2.1
v0.2.1
🐛 Bug Fixes
- Home charger energy output now classified as
TOTAL_INCREASING
for HA Energy Monitoring features. (Fixes #7)
- Home charge device IP is now an optional field. (Fixes #1)