Hi, I’m writing a integration that communicates with an external API.
Currently I query the API every 5 minutes, but it’s slow and takes around 30 seconds per device.
It does however provide its own history plot
Would it be possible to have an option for updating for example every hour and just filling in the missing history data?
Or since entity changes can trigger automations, and missing data would look ugly in the ui among other disadvantages, is there at least a method to fill in the data after a power outage or previous api failures?