Update climate.py

There is a typo in target precision which prevents corrct handling of temperature
This commit is contained in:
gpaesano
2022-01-29 10:33:58 +01:00
committed by GitHub
parent 2688a170c8
commit 35ddf1564d

View File

@@ -196,7 +196,7 @@ class LocaltuyaClimate(LocalTuyaEntity, ClimateEntity):
return self._precision return self._precision
@property @property
def target_recision(self): def target_precision(self):
"""Return the precision of the target.""" """Return the precision of the target."""
return self._target_precision return self._target_precision