diff --git a/homeassistant/components/hive/climate.py b/homeassistant/components/hive/climate.py index 7639a07c82a..80a6bb0941e 100644 --- a/homeassistant/components/hive/climate.py +++ b/homeassistant/components/hive/climate.py @@ -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):