marotoweb / home-assistant-vacuum-viomise

Hacky Home assistant support for Viomi SE (V-RVCLM21A)
21 stars 3 forks source link

Referenced entities vacuum.viomi_se are missing or not currently available #26

Closed m33ts4k0z closed 3 months ago

m33ts4k0z commented 3 months ago

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"],