InfluxDB - How to set Home Assistance to save value on every update (not only when status changed)

I setup influxdb by docker and everythink works fine beside one thing. Value in influxdb are saved only when state changed. I would like to have saved data in influxdb on every send information from sensor e.g. temperature send temperature every minute and temperature not changed but I see in influxdb all value from minutes

Is there anybody?

Every found a solution to this issue?

Eventually I have found information in forum. My problem was not related with influxdb but rather whith definition of the sensor.
If sensor is comming from mqtt then it just need to be used option in mqtt sensor definition “force_update”

If sensor is comming from a template then more information are in Add force_update support to template sensor