romedtino / simple-wyze-vac

Home Assistant Custom Component for Wyze Vacuum
49 stars 8 forks source link

Error on install #11

Closed jsaltzman closed 2 years ago

jsaltzman commented 2 years ago

I am trying to install this within a docker container running Home Assistant. First I got an error re: git but I got it installed in the docker container. Now I get the following error:

Unable to import component: No module named 'wyze_sdk'

Is there a way I can fix this?

romedtino commented 2 years ago

Usually when installed through HACS, it should automatically pip install the appropriate dependencies. One of them being wyze_sdk. There might have been something that went wrong after installing. Did you make sure to restart Home Assistant after installing through HACS?

You can also try removing simple-wyze-vac, restart Home Assistant, reinstall through HACS, restart and see if it starts working.