Skip to content

Releases: mbillow/ha-chargepoint

v0.7.0

26 Feb 04:33
62407aa
Compare
Choose a tag to compare

✨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

25 Feb 23:24
Compare
Choose a tag to compare

✨ 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

17 Feb 21:02
Compare
Choose a tag to compare

✨ Improvements

  • Update python-chargepoint to v1.7.0.
    • Replaces all dictionary key retrievals with falsey defaults. (#19)

v0.4.0

17 Feb 20:23
7b3fe8a
Compare
Choose a tag to compare

✨ 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

04 Dec 18:30
Compare
Choose a tag to compare

🐛 Bug Fixes

  • Loosened API parsing strictness by adding falsy defaults. ( #14 )

v0.3.1

14 Aug 20:01
Compare
Choose a tag to compare

v0.3.1

🐛 Bug Fixes

  • Update to python-chargepoint==1.6.1 to allow for non-ChargePoint branded chargers.

v0.3.0

18 Jun 22:25
Compare
Choose a tag to compare

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

11 Jun 22:03
Compare
Choose a tag to compare

v0.2.2

🐛 Bug Fixes

  • Make ChargePointUser.phone_country_id an Optional[int].

v0.2.1

11 Jun 20:57
246052f
Compare
Choose a tag to compare

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)

v0.2.0

27 May 22:18
Compare
Choose a tag to compare

✨ Improvements

  • Upgrade python-chargepoint to 1.3.0
    • Adds region and global setting discovery
    • Use currency from global settings in charge cost to simplify logic.