diff --git a/custom_components/luxtronik/lux_helper.py b/custom_components/luxtronik/lux_helper.py index 09c3d80..3757a07 100644 --- a/custom_components/luxtronik/lux_helper.py +++ b/custom_components/luxtronik/lux_helper.py @@ -277,7 +277,8 @@ def _write(self): # Flush queue after writing all values self.parameters.queue = {} # Give the heatpump a short time to handle the value changes/calculations: - await asyncio.sleep(WAIT_TIME_WRITE_PARAMETER) + # Todo: Change methods to async + # await asyncio.sleep(WAIT_TIME_WRITE_PARAMETER) def _read_parameters(self): data = []