diff --git a/homeassistant/components/climate/netatmo.py b/homeassistant/components/climate/netatmo.py index 2166070a572..7155aaf5924 100755 --- a/homeassistant/components/climate/netatmo.py +++ b/homeassistant/components/climate/netatmo.py @@ -79,11 +79,6 @@ class NetatmoThermostat(ClimateDevice): """Return the name of the sensor.""" return self._name - @property - def state(self): - """Return the state of the device.""" - return self._target_temperature - @property def temperature_unit(self): """Return the unit of measurement."""