From 4414bdd44ada51e42385077c5366c393d2271e97 Mon Sep 17 00:00:00 2001 From: BenPru <32298537+BenPru@users.noreply.github.com> Date: Mon, 8 Jul 2024 21:33:32 +0200 Subject: [PATCH] Update lux_helper.py #259 #260 --- custom_components/luxtronik/lux_helper.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 = []