Local Tuya - Thermostat Garza wrong set temperature

I updated to 2022.4.6, and the thermostat card changed. The current temperature is ok, but the set temperature is multiplied x5. The thermostat is integrated in old tuya (there is no way to get it local as a climate).
I did (without result):
Changed line in climate.py:

def target_temperature_step(self):
        """Return the supported step of target temperature."""
        temp = float(self.tuya.target_temperature_step())/5
        return temp

Captura de pantalla 2022-04-22 a las 13.56.10

I’ve been looking in lots of forums, but i still haven’t found the solution. Any idea?

Solved in 2022.5.0