Integration: SMA Solar - Add Insulation resistance sensor

I have a SMA inverter that sometimes shuts down due to the Insulation resistance dropping below 500 kOhm. Can this sensor be added to the integration please?

Here’s the ID for it:

So the new entry in the definitions.py would look something like this:

#: PV Isolation Resistance
pv_isolation_resistance = Sensor(
“6102_00254F00_0”, “pv_isolation_resistance”, unit=”kOhm”, factor=100, enabled=False
)

Thanks!

Might have more visibility asking over there.