diff --git a/homeassistant/components/econet/climate.py b/homeassistant/components/econet/climate.py index cf950a3c38c..7233d135f2e 100644 --- a/homeassistant/components/econet/climate.py +++ b/homeassistant/components/econet/climate.py @@ -151,7 +151,7 @@ class EcoNetThermostat(EcoNetEntity, ClimateEntity): return self.op_list @property - def hvac_mode(self) -> str: + def hvac_mode(self) -> HVACMode: """Return hvac operation ie. heat, cool, mode. Needs to be one of HVAC_MODE_*.