I am trying to understand how to force HA to update an (scrape) entity every 2 minutes. I’ve tried to following:
Configured the Scrape integration in YAML and configured the scan_interval as 120 seconds.
Confiqured the scapre integration in GUI, disabled the Enable polling for changes on the integration and created an automation that calls the Update entity service(action) every 2 minutes for that scrape entity.
In both situations when I monitor the update time of the scrape entity, it’s random between 2 and 7 minutes that this entity updates.
Is Home assistant throttling this? Is there any documentation that I’ve missed?
Thanks for explaining. It seems that you are correct about the entity not updating when nothing has been changed to the scrape value. I’ve tried to force it but the entity doesn’t refresh. I will monitor this further.