Skip to content

Commit

Permalink
Update lux_helper.py
Browse files Browse the repository at this point in the history
  • Loading branch information
BenPru authored Jul 8, 2024
1 parent 3abc4df commit 4414bdd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion custom_components/luxtronik/lux_helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = []
Expand Down

0 comments on commit 4414bdd

Please sign in to comment.