Display of device differs from values shown in HA for zibgee device

Hi,

I have the issue that I use some zibgee devices to show temperture and humidity.
Now the devices shows on the display 65% but in HA I get 0.06% shown or 1.86%

Any Idea where to look for the data sent by the device to correct the calculatoin in HA ?

Please dont tell us the make/model of your great device!

There is no brand name on the devices.
Here what HA tells me

TS0201
from _TZ3210_ncw88jfq

and the zigbee info:

Seems this device issue is known.

But I do not know how to intregrate that fix into my HA.
Can some one please help ?

A bit dense, but the poster is an expert:

OK. I found a way to solve my issue.
Here my steps.

Get the “File editor” Addon and install it.
Create a folder named " /homeassistant/zha_quirks"
Create a file in that folder named “TS0201_TZ3210_ncw88jfq.py”
Edit that file and add the FIRST code of the mentioned zha_quirk" into that file. The second example gave “enumeration” errors in my setup.
Save the file.
Edit the “/homeassitant/configuration.ymal” file an add to the end

zha:
   enable_quirks: true
   custom_quirks_path: zha_quirks/

Save the file.
Go to Settings → System and use the upper right power button to reboot HA.

It took some minutes after the restart and the values above 65% where shown correctly.