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:
LightIsLife 2017-01-03 19:50:53 +01:00 committed by Fabian Affolter
parent 2a7fb42ae1
commit e15636c8b0
No known key found for this signature in database
GPG Key ID: E23CD2DD36A4397F

View File

@ -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: