mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 15:26:59 +00:00
AiO install requires "pip install lxml" (#1686)
In addition to the added packages, it is necessary to install lxml within the virtual environment if AiO install has been chosen (I did not verify with other installs). Otherwise HASS will not start and not give any error messages when device_tracker with Fritz is used.
This commit is contained in:
parent
2a7fb42ae1
commit
e15636c8b0
@ -17,7 +17,7 @@ The `fritz` platform offers presence detection by looking at connected devices t
|
|||||||
|
|
||||||
<p class='note warning'>
|
<p class='note warning'>
|
||||||
It might be necessary to install additional packages: <code>$ sudo apt-get install libxslt-dev libxml2-dev python3-lxml</code>
|
It might be necessary to install additional packages: <code>$ sudo apt-get install libxslt-dev libxml2-dev python3-lxml</code>
|
||||||
</p>
|
If you are working with the All-in-One installation, you may also need to execute also within your virtual environment the command <code> pip install lxml</code>; be patient this will take a while.</p>
|
||||||
|
|
||||||
To use an Fritz!Box router in your installation, add the following to your `configuration.yaml` file:
|
To use an Fritz!Box router in your installation, add the following to your `configuration.yaml` file:
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user