diff --git a/homeassistant/components/geniushub/climate.py b/homeassistant/components/geniushub/climate.py index 87c8b851ea9..bafda44501b 100644 --- a/homeassistant/components/geniushub/climate.py +++ b/homeassistant/components/geniushub/climate.py @@ -76,7 +76,7 @@ class GeniusClimateZone(GeniusHeatingZone, ClimateEntity): return list(HA_HVAC_TO_GH) @property - def hvac_action(self) -> str | None: + def hvac_action(self) -> HVACAction | None: """Return the current running hvac operation if supported.""" if "_state" in self._zone.data: # only for v3 API if self._zone.data["output"] == 1: