Skip to content

pip install zeep #12

Answered by PiotrMachowski
1kohm asked this question in Q&A
May 12, 2021 · 1 comments · 1 reply
Discussion options

You must be logged in to vote

Hi!

How have you installed this integration? I strongly suggest using HACS.

What type of installation do you have? You can check it here: Open your Home Assistant instance and show your Home Assistant version information. (<HA URL>/config/info).

If you use Home Assistant Core in Python virtual environment then you have to open it, install pip if it is not available (sudo apt install python-pip3) and install zeep (pip3 install zeep).

If you don't use Home Assistant Core (and I think that you don't - because you have HA terminal) then HA should install this dependency by itself after a restart. You have to install this integration, restart HA, configure this integration and restart HA again.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@1kohm
Comment options

Answer selected by 1kohm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #11 on May 13, 2021 08:00.