This commit is contained in:
Fabian Affolter 2015-10-18 18:22:05 +02:00
parent f8590f7d1d
commit bbed4a262c

View File

@ -192,9 +192,7 @@ class HeatControl(ThermostatDevice):
@property @property
def is_away_mode_on(self): def is_away_mode_on(self):
""" """ Returns if away mode is on. """
Returns if away mode is on.
"""
return self._away return self._away
def turn_away_mode_on(self): def turn_away_mode_on(self):
@ -212,5 +210,5 @@ class HeatControl(ThermostatDevice):
@property @property
def max_temp(self): def max_temp(self):
""" Return maxmum temperature. """ """ Return maximum temperature. """
return self._max_temp return self._max_temp