diff --git a/custom_components/localtuya/climate.py b/custom_components/localtuya/climate.py index 7b03f31..9d9358f 100644 --- a/custom_components/localtuya/climate.py +++ b/custom_components/localtuya/climate.py @@ -196,7 +196,7 @@ class LocaltuyaClimate(LocalTuyaEntity, ClimateEntity): return self._precision @property - def target_recision(self): + def target_precision(self): """Return the precision of the target.""" return self._target_precision