diff --git a/custom_components/nhc2/climate.py b/custom_components/nhc2/climate.py index 1ba1935..138b697 100644 --- a/custom_components/nhc2/climate.py +++ b/custom_components/nhc2/climate.py @@ -123,7 +123,7 @@ def state(self): @property def current_temperature(self): """Return the current temperature.""" - return self._current_temperature + return self._nhc2thermostat.current_temperature @property def target_temperature(self):