SleepyDelegate
SleepyDelegate
The init file needed some improvements, but with the code below, the integration finally works correctly and loads all entities. here is what was fixed: - Fixed logger definition: Changed...
Just replace the entire init file content with the code I posted above. That is the clean, perfectly working code with all improvements possible. Works like a charm. You just...
> I tried, but I encountered several errors, so I had to restore the original file. However, I'm now unable to proceed because when I try to add the integration,...
That's what I do, I use the "Code" button above, but it splits the code into chunks anyway. I found solution - use triple backticks: ```python import logging from pathlib...
Tripple backticks actually solved it, before I was only using double backticks and that messed the code up...
I do not know. I observe the same behavior in my HA, it does not update the status of the fridge doors unless I manually reload the integration...
> Got it, I've never faced an issue like this before. When it comes to the fridge, mine is an LG one, and it's working perfectly. Regarding the Haier integration,...
Try this version, it handles the errors from Haier cloud better - there were errors because API sometimes returns data without mac address and the integration expects it, so this...
> dont know if last reply was for me, but nothing change, config is made but: The issue you're seeing with the HonAuthenticationError: Can't login during setup isn't related to...
> There Is any news? The integration doesn't work Yeah, above is entire new init file code, just replace it and you will have working integration. Or you can use...