DHT22 - Frequency of sensor reading / threshold

Hey there,

I have configured the DHT22 as follows:

  - platform: dht
    sensor: DHT22
    pin: 17
    name: Hall
    temperature_offset: -0.1
    humidity_offset: -0.2
    monitored_conditions:
      - temperature
      - humidity

It works perfectly, but the is it possible to set a threshold for the displayed / stored values?
I don’t need to see / save every change of 0.1°C.