Skip to content

Releases: jesserockz/ha-leafspy

Dedicated sensor entities!

19 Dec 18:14
Compare
Choose a tag to compare

This is a pretty big update! Read carefully before updating, because it includes a breaking change that may affect some users.

LeafSpy sends a lot of sensor data to HA via this integration: battery charge, health, voltage, ambient temperature, etc. Previously, this integration created one entity: a device_tracker. All of the LeafSpy sensor data was accessible as attributes for this device_tracker. This update instead exposes that data as individual sensor and binary_sensor entities, which is the way it should be. (It still creates a device_tracker, but with fewer attributes.)

This allows users to more easily track data about their car over time, create automations, and all the other things that HA users do with their sensor entities. However, users will need to update any automations or template sensors that look for sensor data as attributes of the device_tracker.

Thanks to @Chaoscontrol for requesting the change, making helpful commits/PRs, and testing.

I've also tried to streamline the setup process and related documentation.

What's Changed

  • README.md: Add HACS magic link by @reedy in #27
  • README.md: Minor updates by @reedy in #28
  • Add independent sensors and remove attributes from device_tracker by @Chaoscontrol in #30
  • Checking for 1 as a string to fix the binary sensor by @Chaoscontrol in #34
  • Sensors to initialise automatically after HA restart and recover last state by @Chaoscontrol in #35
  • Add device name for all entities and car icon for device tracker by @Chaoscontrol in #38
  • Add proper sensor and binary sensor entities by @wtadler in #39

New Contributors

Full Changelog: v0.2.4...v0.3.0

v0.2.4

22 Aug 02:51
d8b6087
Compare
Choose a tag to compare

What's Changed

  • fix async_dispatcher_send and async_handle_message arguments by @wtadler

Full Changelog: v0.2.3...v0.2.4

v0.2.3

10 Aug 04:25
Compare
Choose a tag to compare

What's Changed

  • address deprecation of indirect helper import by @wtadler

Full Changelog: v0.2.2...v0.2.3

v0.2.2

08 Aug 16:27
Compare
Choose a tag to compare

What's Changed

  • address deprecation of indirect dispatcher import by @wtadler (fixing #25)
  • await async_forward_entry_setups by @wtadler

Full Changelog: v0.2.1...v0.2.2

v0.2.1

07 Mar 22:52
5ec7e66
Compare
Choose a tag to compare

What's Changed

  • Address deprecated async_get_registry by @wtadler in #21
  • Address deprecated SOURCE_TYPE_GPS constant by @wtadler in #24

Full Changelog: v0.2.0...v0.2.1

v0.2.0

25 May 01:55
85632bd
Compare
Choose a tag to compare

What's Changed

  • Add battery health (SOH) attribute by @wtadler in #18
  • Cast odometer to float instead of int by @wtadler in #19

New Contributors

Full Changelog: v0.1.8...v0.2.0

v0.1.8

11 Apr 00:55
f631f96
Compare
Choose a tag to compare

What's Changed

  • Update property name to expose extra attributes by @jesserockz in #16

Full Changelog: v0.1.7...v0.1.8

Version 0.1.7

22 Dec 01:42
2caf25e
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.6...v0.1.7

Version 0.1.6

25 Jun 02:31
14bcc26
Compare
Choose a tag to compare

What’s Changed

Version 0.1.5

29 Apr 20:19
14cb106
Compare
Choose a tag to compare

Add iot_class to manifest