Set time to scrape

Hi,

At the moment, the scrape sensor has the scan_interval parameter, to set how often have to search data.
But, there are datas that only need updated one time for day, but at midnight.
I think a parameter would be a good option to select at what time we want to update a data.

If we now indicate how to scan a day, we do not know what time it will do it.

Regards

Use cron to do your scrape.

Set smcan interval to 999999 (or some other big number) then use an automation to trigger homeassistant.update_entity at the desired time

ok, thanks

but I think it would be interesting to add this option as standard (just as you could scan_interval with an automatism, but the function is built in)

Regards