diff --git a/homeassistant/components/freedompro/climate.py b/homeassistant/components/freedompro/climate.py index 89e3b5cda36..8e84e4f3d51 100644 --- a/homeassistant/components/freedompro/climate.py +++ b/homeassistant/components/freedompro/climate.py @@ -120,7 +120,7 @@ class Device(CoordinatorEntity, ClimateEntity): await self.coordinator.async_request_refresh() async def async_set_temperature(self, **kwargs): - """Async function to set temperarture to climate.""" + """Async function to set temperature to climate.""" payload = {} if ATTR_HVAC_MODE in kwargs: if kwargs[ATTR_HVAC_MODE] not in SUPPORTED_HVAC_MODES: