Update fritzbox_netmonitor.markdown (#11029)

Add extra info when using Docker regarding additional packages.
See comment from @frenck in #11019
This commit is contained in:
Gerard 2019-10-29 09:37:15 +01:00 committed by Franck Nijhof
parent 8a666505cb
commit 125b6720ed

View File

@ -11,7 +11,7 @@ ha_iot_class: Local Polling
The `fritzbox_netmonitor` sensor monitors the network statistics exposed by [AVM Fritz!Box](https://avm.de/produkte/fritzbox/) routers.
<div class='note warning'>
If not running Hass.io it might be necessary to install additional packages: <code>sudo apt-get install libxslt-dev libxml2-dev python3-lxml</code>
If not running Home Assistant via Hass.io or Docker it might be necessary to install additional packages: <code>sudo apt-get install libxslt-dev libxml2-dev python3-lxml</code>
If you are working with the All-in-One installation, you may also need to execute also within your virtual environment the command <code>pip3 install lxml</code>; be patient this will take a while.
</div>