DHT 22 Sensor stopped working

DHT 22 Sensor stopped working after OS 5.8 Update
Can anyone help? Here is the log entry

Logger: homeassistant.components.sensor
Source: components/dht/sensor.py:173
Integration: Sensor (documentation, issues)
First occurred: 9:38:09 PM (2 occurrences)
Last logged: 9:38:09 PM

dht: Error on device update!

Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 359, in _async_add_entity await entity.async_device_update(warning=False) File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 466, in async_device_update await task File "/usr/local/lib/python3.8/concurrent/futures/thread.py", line 57, in run result = self.fn(*self.args, **self.kwargs) File "/usr/src/homeassistant/homeassistant/components/dht/sensor.py", line 137, in update self.dht_client.update() File "/usr/src/homeassistant/homeassistant/util/__init__.py", line 239, in wrapper result = method(*args, **kwargs) File "/usr/src/homeassistant/homeassistant/components/dht/sensor.py", line 173, in update humidity, temperature = self.adafruit_dht.read_retry(self.sensor, self.pin) File "/usr/local/lib/python3.8/site-packages/Adafruit_DHT/common.py", line 94, in read_retry humidity, temperature = read(sensor, pin, platform) File "/usr/local/lib/python3.8/site-packages/Adafruit_DHT/common.py", line 80, in read platform = get_platform() File "/usr/local/lib/python3.8/site-packages/Adafruit_DHT/common.py", line 63, in get_platform raise RuntimeError('Unknown platform.') RuntimeError: Unknown platform.

Thanks heaps tom_|
Really appreciate the link and the info!