This commit is contained in:
Marius 2018-01-02 04:22:27 +02:00 committed by Paulus Schoutsen
parent add89d6973
commit 541707c3e7

View file

@ -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."""