Skip to content

Releases: msp1974/homeassistant-jlrincontrol

v2.2.4

11 Dec 22:00
Compare
Choose a tag to compare

Bump jlrpy to 1.5.2 to fix lock/unlock no longer working - issue #102

v2.2.3

09 Jan 14:19
294e66a
Compare
Choose a tag to compare

What's Changed

  • Replace deprecated DEVICE_CLASS_BATTERY constant with new enum (#84) by @ismarslomic

Full Changelog: v2.2.2...v2.2.3

v2.2.2

24 Oct 17:18
c441c82
Compare
Choose a tag to compare

What's Changed

  • Add support for cars sold in China. by @Xiao4 in #75
  • Replace async_get_registry with async_get by @ismarslomic in #77
  • Replace deprecated pressure and distance conversions with unit_conversion.pressure and unit_conversion.distance

New Contributors - Thank you!

v2.2.1

28 Apr 13:53
9ce203d
Compare
Choose a tag to compare

What's Changed

v2.2.1 (includes v2.1.4 Pre Release changes)

  • Bump jlrpy to v1.4.1
  • Added support for PHEV vehicles
  • Debug data outputs all received data

v2.1.4 - Pre Release

  • Updated device_state_attributes to extra_state_attributes
  • Fixed spelling mistakes in services.yaml - PR #58. Thanks @seanauff
  • Fixed: Service returned as a failure if status returned a status of 'running'
  • Updated: All Info sensor now shows status information as 'core status' and 'ev status' to align to update from JLR on api, which will break templated automations/scripts/sensors using this data
  • Updated: Set service call errors to error instead of debug to better show in logs
  • Removed: Battery_EV sensor as replaced by better Battery sensor for EVs

v2.2.1beta

27 Apr 11:06
Compare
Choose a tag to compare
v2.2.1beta Pre-release
Pre-release

What's Changed

  • Fix to PHEV logic to correctly identify ICE vehicles
  • Reorder of range attributes

v2.2.0beta

26 Apr 11:18
Compare
Choose a tag to compare
v2.2.0beta Pre-release
Pre-release

What's Changed

  • Bump jlrpy to v1.4.1
  • Improve debugging messages
  • Support PHEV vehicles

V2.1.4

26 Dec 17:06
Compare
Choose a tag to compare
V2.1.4 Pre-release
Pre-release

What's Changed

  • Renamed device_state_attributes to extra_state_attributes
  • Bump jlrpy to 1.4.0
  • Fixes to services.yaml by @seanauff in #58

New Contributors

Full Changelog: V2.1.3...v2.1.4

V2.1.3

23 May 10:31
329182e
Compare
Choose a tag to compare

Addedmanifest version to meet new HA requirements

V2.1.2

17 Sep 23:31
36226f4
Compare
Choose a tag to compare

Fix for issue of not loading in HA v0.115 due to change of constant name for UNIT_PERCENTAGE to PERCENTAGE.

Version requires minimum HA version of 0.115.0. Will no longrr work with versions prior to this.

v2.1.1

07 Sep 20:01
026a25d
Compare
Choose a tag to compare

Minor bug fix release to fix issue #46