mirror of
https://github.com/home-assistant/core.git
synced 2025-07-25 06:07:17 +00:00
Fix typo
This commit is contained in:
parent
f8590f7d1d
commit
bbed4a262c
@ -192,9 +192,7 @@ class HeatControl(ThermostatDevice):
|
||||
|
||||
@property
|
||||
def is_away_mode_on(self):
|
||||
"""
|
||||
Returns if away mode is on.
|
||||
"""
|
||||
""" Returns if away mode is on. """
|
||||
return self._away
|
||||
|
||||
def turn_away_mode_on(self):
|
||||
@ -212,5 +210,5 @@ class HeatControl(ThermostatDevice):
|
||||
|
||||
@property
|
||||
def max_temp(self):
|
||||
""" Return maxmum temperature. """
|
||||
""" Return maximum temperature. """
|
||||
return self._max_temp
|
||||
|
Loading…
x
Reference in New Issue
Block a user