Closed Hooch76 closed 4 years ago
I managed to make my connection also work! Had to update HACS. It informed me Audi Connect needs an update. And right after the login worked perfectly.
THANK YOU!!!
On Mon, Sep 14, 2020, 12:00 Hooch76 notifications@github.com wrote:
I just wanted to add the updated integration (thanks a lot!) to Home Assistant, but I get the following error after restarting Home Assistant:
[homeassistant.setup] Setup failed for audiconnect: Unable to import component: No module named 'bs4'
When trying to add the integration using the Home Assistant GUI it says
[homeassistant.config_entries] Error occurred loading configuration flow for integration audiconnect: No module named 'bs4'
Thanks
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/arjenvrh/audi_connect_ha/issues/41, or unsubscribe https://github.com/notifications/unsubscribe-auth/AHL7H2E4JXKUSH4DOBT23JDSFXSSLANCNFSM4RLMWPRA .
I fixed it by installing bs4 in my Python virtual environment. You might want to add it to https://developers.home-assistant.io/docs/creating_integration_manifest/ so that it gets installed automatically (if this works for custom components, too).
Added the dependency to the manifest
I just wanted to add the updated integration (thanks a lot!) to Home Assistant, but I get the following error after restarting Home Assistant:
When trying to add the integration using the Home Assistant GUI it says
Thanks