mirror of
https://github.com/home-assistant/core.git
synced 2025-07-25 22:27:07 +00:00
Fix typo
This commit is contained in:
parent
f8590f7d1d
commit
bbed4a262c
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user