Skip to content

Releases: jampez77/DVLA-Vehicle-Enquiry-Service

2024.11.0: Bug fixing

28 Nov 08:42
Compare
Choose a tag to compare

This release includes the work from #24.

Thanks to @nivek1612 for their contribution.

2024.10.0: Bug fixing

30 Oct 10:18
Compare
Choose a tag to compare

2024.9.4: Fixing incorrect reporting of binary sensors

03 Oct 14:37
Compare
Choose a tag to compare

Addressing issue #22

Removed self.hass.async_add_job(self.async_remove()) from sensor.py as it's unnecessary and deprecated.

Additionally I have ensured that entities are created when data is returned from the API.

2024.9.3: Fixing Unknown entity issue

24 Sep 08:48
Compare
Choose a tag to compare

Also adjusted make/model for device naming.

2024.9.2: Added calendar options to config

23 Sep 13:46
Compare
Choose a tag to compare

Also updated sensor / binary_sensor code to better update once added.

2024.9.1: Added reg number to calendar events

16 Sep 12:17
Compare
Choose a tag to compare
Added Reg Number to calendar events

2024.9.0: Added Calendar options

13 Sep 09:56
Compare
Choose a tag to compare

You can now add events to existing calendars or simply create a new one.

Did some refactoring as my dev environment was wildly out of date.

2024.7.0: Adjustable Scan Intervals

30 Jul 11:04
Compare
Choose a tag to compare

This releases includes the ability to Configure an instance as update the Scan Interval. The default is every 6 hours (21600 seconds).

The release also includes fixes for #14 #15 #12 & #4

2024.1.0: Unique entity IDs

10 Jan 16:09
798b668
Compare
Choose a tag to compare

!!Breaking Changes!!
Entity ids are now unique and include the vehicle registration.

Fix for Issue #7 & #5

2023.12.0: Calender and Binary sensors added.

23 Dec 21:46
2296cc5
Compare
Choose a tag to compare

Breaking changes

Amazing contribution by @deosrc
Splits the single sensor into one for each attribute (for ease of use in automations)
Adds convenience binary sensors for taxed and valid mot
Add calendar for date based sensors
Update some properties to be reflective of "device" rather than integration (i.e. manufacturer now shows as car make)