Fix return value of preset_mode in hive climate (#56247)
This commit is contained in:
parent
0438c9308c
commit
28b4b5407b
1 changed files with 1 additions and 1 deletions
|
@ -194,7 +194,7 @@ class HiveClimateEntity(HiveEntity, ClimateEntity):
|
|||
"""Return the current preset mode, e.g., home, away, temp."""
|
||||
if self.device["status"]["boost"] == "ON":
|
||||
return PRESET_BOOST
|
||||
return None
|
||||
return PRESET_NONE
|
||||
|
||||
@property
|
||||
def preset_modes(self):
|
||||
|
|
Loading…
Add table
Reference in a new issue