DHT Integration: Constant Warning Message

Any one using the HA DHT Integration and noticing warning messages in their logs? I have them throughout the day.

warning message:

Log Details (WARNING)

Logger: homeassistant.helpers.entity
Source: helpers/entity.py:477
First occurred: November 28, 2020, 6:33:34 AM (84 occurrences)
Last logged: 10:32:50 AM

Update of sensor.mdf_temperature is taking over 10 seconds

This is my sensor and HA install on a rpi 3:

  - platform: dht
    sensor: DHT22
    pin: 4
    name: mdf
    scan_interval: 60
    monitored_conditions:
     - temperature
     - humidity

Hi,

same here. The entity is basically not visible anymore as soon as I restart.
I have a HA install on rpi4.

Have no clue, but it looks like the DHT Integration is completely off.

Does anybody experience the same?