jampez77 / DVLA-Vehicle-Enquiry-Service

A custom component for connecting to the DVLAs Vehicle Enquiry Service API.
MIT License
22 stars 5 forks source link

Allow user to set estimated usage #4

Closed jampez77 closed 1 month ago

jampez77 commented 9 months ago

The VESA form asks for "Estimated monthly enquiry volumes".

This is currently hard coded based on how often the integration queries the API.

I think a good enhancement would be to allow the user to set this during config flow.

ryanm101 commented 8 months ago

i think it's set to 10min SCAN_INTERVAL = timedelta(minutes=10)

Tbh this data could do hourly or even twice a day by default, as none of that data is going to change frequently.

leeandy1 commented 7 months ago

It queries twice per day

xhemp commented 6 months ago

I have added this some days ago and I had to reload the integration to update the values but it's showing 20 hours ago so it's certainly not happening twice a day?

jampez77 commented 1 month ago

This should be fixed in 2024.7.0