I would like to add a web camera that monitors an external resource (static image url). Am I correct that there is no way to limit the number of queries (per time unit) other than limit_refetch_to_url_change"? In my case, the URL does not change (but the image can change).
I am looking for something like scan_interval that I can be set to 5 minutes or so.
Currently, Home Assistant currently seems to fetch the image every 10 seconds and I don’t want to abuse the external resource. (Or is this a bug?)
(if I am correct, this can be considered a feature request)