Fix incompletely renamed set_frost function.

This commit is contained in:
Andrius Štikonas 2021-01-03 13:39:19 +00:00
parent 2fc8544a34
commit 5fc952110e
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ class NeoStat(SimpleNamespace):
return result
async def set_frost(self, state: bool):
result = await self._hub.frost(state, [self])
result = await self._hub.set_frost(state, [self])
return result
async def set_target_temperature(self, temperature: int):