Releases: jampez77/DVLA-Vehicle-Enquiry-Service
2024.11.0: Bug fixing
This release includes the work from #24.
Thanks to @nivek1612 for their contribution.
2024.10.0: Bug fixing
Bug fixing
2024.9.4: Fixing incorrect reporting of binary sensors
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
Also adjusted make/model for device naming.
2024.9.2: Added calendar options to config
Also updated sensor / binary_sensor code to better update once added.
2024.9.1: Added reg number to calendar events
Added Reg Number to calendar events
2024.9.0: Added Calendar options
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
2024.1.0: Unique entity IDs
2023.12.0: Calender and Binary sensors added.
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)