style fix in heat control

This commit is contained in:
Daniel Høyer Iversen 2015-11-30 10:05:05 +01:00
parent 2732b20305
commit 8fee38f2cd

View File

@ -89,6 +89,7 @@ class HeatControl(ThermostatDevice):
@property @property
def current_temperature(self): def current_temperature(self):
""" Returns the sensor temperature. """
return self._cur_temp return self._cur_temp
@property @property