Update fritzbox_netmonitor.markdown (#11019)

With Hass.io installing additional packages is not necessary.
This commit is contained in:
Gerard 2019-10-28 08:34:10 +01:00 committed by Fabian Affolter
parent 23916c54c6
commit 1cb87e917c

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. The `fritzbox_netmonitor` sensor monitors the network statistics exposed by [AVM Fritz!Box](https://avm.de/produkte/fritzbox/) routers.
<div class='note warning'> <div class='note warning'>
It might be necessary to install additional packages: <code>sudo apt-get install libxslt-dev libxml2-dev python3-lxml</code> 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 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. 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> </div>