diff --git a/custom_components/localtuya/climate.py b/custom_components/localtuya/climate.py index 3410deb..7c3d3f1 100644 --- a/custom_components/localtuya/climate.py +++ b/custom_components/localtuya/climate.py @@ -179,7 +179,7 @@ class LocaltuyaClimate(LocalTuyaEntity, ClimateEntity): self._conf_eco_dp = self._config.get(CONF_ECO_DP) self._conf_eco_value = self._config.get(CONF_ECO_VALUE, "ECO") self._has_presets = self.has_config(CONF_ECO_DP) or self.has_config(CONF_PRESET_DP) - print("Initialized climate [{}]".format(self.name)) + _LOGGER.debug(f"Initialized climate [{self.name}]") @property def supported_features(self):