marotoweb / home-assistant-vacuum-viomise

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

Platform error vacuum.viomise - cannot import name 'Vacuum' from 'miio' #19

Closed kkarkos closed 2 years ago

kkarkos commented 2 years ago

Platform error vacuum.viomise - cannot import name 'Vacuum' from 'miio' (/usr/local/lib/python3.9/site-packages/miio/__init__.py)

configuration.yml:

vacuum:
  - platform: viomise
    host: 192.168.52.62
    token: xxxx
    name: Viomi V3

Getting above Error with Home Assistant Core 2022.5.3 - is it possible that the latest core package has some breaking changes?

kkarkos commented 2 years ago

Fix for above issue is: https://github.com/marotoweb/home-assistant-vacuum-viomise/pull/18