Esp home, interval of sending measurements

Hi,
thinking about buying wifi power plugs. I have two IR readers with tasmota that send values every 10 seconds. In which intervals do esp home based plugs send their measurements?

You specify that in your YAML for each sensor, so it can be whatever you want it to be.

I ask because with Tasmota the command “teleperiod 10” sets the minimum of every 10 seconds
So with esp home you get shorter intervalls?

As I said, literally whatever you want it to be per sensor.

Random sensor:

With update_interval, you specify exactly how often you want it to update.

You can even sample the sensor at one frequency, but transmit values to Home Assistant at another.

For example, only send values to HA if it changed.