It looks like the 2024.3.3 HA update broke compatibility with the controls of the viomise vacuum. I see this error in the log whenever I click on a control button on the card:
Referenced entities vacuum.viomi_se are missing or not currently available
It worked fine before.
The solution is to update the corresponding line of the manifest.json of the integration to this and then restart HA:
Hello,
It looks like the 2024.3.3 HA update broke compatibility with the controls of the viomise vacuum. I see this error in the log whenever I click on a control button on the card:
Referenced entities vacuum.viomi_se are missing or not currently available
It worked fine before.
The solution is to update the corresponding line of the manifest.json of the integration to this and then restart HA:
"requirements": ["construct==2.10.70", "python-miio>=0.5.11"],