Trigger a state_change on all sensors in regular intervals

I have a HA installation with a lot of sensors, some of those change their value rarely. As HA only sends state changes to InfluxDB, there are often very few data and zooming in is almost impossible as InfluxDB only shows values in the zoom range.
Therefore, I want to trigger a state change on ALL sensors to let HA send the current value to InfluxDB - even if it hasn’t changed.
I could not yet find a way to accomplish this. Any idea?

If your sensors are MQTT you could just have an automation run every 5 minutes requesting the current state.

I’m not using MQTT.