Closed sheminasalam closed 9 months ago
can anybody help me sort this?
Have the same problem, after 2024.2 the integration is not working, my guess is the python upgrade broke the integration.
Just delete the version checks within manifest.json
From
"requirements": [ "construct==2.10.56", "python-miio==0.5.12" ],
To
"requirements": [ "construct", "python-miio" ],
Just delete the version checks within manifest.json
From
"requirements": [ "construct==2.10.56", "python-miio==0.5.12" ],
To
"requirements": [ "construct", "python-miio" ],
48
I can confirm that this works
I have been using it for a long time but now after the latest update, this integration is not able to find my vacuum. It is not creating the vacuum entity also. What's happening?