Add API delays and Hungarian translation#45
Conversation
Added sleep delays to API calls for rate limiting.
Added delays before API calls to manage request timing.
Updated Hungarian translations for notifications and configuration steps.
|
Syntax error in sensor.py, line 175, I think. |
Ouch, there's a g left at the end of the line. |
|
IS this PR supposed to work after implementing PR 34 (AutoDoorControl)? |
I've fixed the problem on my physical HA install and wanted to propose a solution, so I forked the main branch and created the pull request to have a discussion. Therefore I suspect it won't contain the enhancements of PR 34, nor does it have icemaker related stuff like in https://github.com/skatsavos/liebherr. |
|
@bhuebschen, |
I would prefer having #34 merged first, as that one adds AutoDoorControl and IceMaker. |
There are two sleep(3)s and a sleep(5) in that pull request, which I would also tend to increase to 30... |
I will be happy to test today:-) |
Reduced sleep duration from 30 seconds to 5 seconds in multiple async functions to improve responsiveness.
Reduced sleep duration from 30 seconds to 5 seconds in multiple locations.
Removed unnecessary sleep calls in sensor setup and update methods.
Removed unnecessary sleep calls to improve performance.
Re-created my fork by first including skatsavos's icemaker/autodoor related changes and reproduced an updated pull request. |
Introduce delays due to API rate restriction and add Hungarian translation