spelling: components/freedompro (#64260)

Co-authored-by: Josh Soref <jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2022-01-17 09:25:05 -05:00 committed by GitHub
parent 10cb81d316
commit df445cab8a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: