mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 03:07:37 +00:00
spelling: components/freedompro (#64260)
Co-authored-by: Josh Soref <jsoref@users.noreply.github.com>
This commit is contained in:
parent
10cb81d316
commit
df445cab8a
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user