From 1cb87e917ce98a44222e2e459575d88943e114b4 Mon Sep 17 00:00:00 2001 From: Gerard Date: Mon, 28 Oct 2019 08:34:10 +0100 Subject: [PATCH] Update fritzbox_netmonitor.markdown (#11019) With Hass.io installing additional packages is not necessary. --- source/_integrations/fritzbox_netmonitor.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/fritzbox_netmonitor.markdown b/source/_integrations/fritzbox_netmonitor.markdown index fcb5abd7716..e75e5ec3188 100644 --- a/source/_integrations/fritzbox_netmonitor.markdown +++ b/source/_integrations/fritzbox_netmonitor.markdown @@ -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.
-It might be necessary to install additional packages: sudo apt-get install libxslt-dev libxml2-dev python3-lxml +If not running Hass.io it might be necessary to install additional packages: sudo apt-get install libxslt-dev libxml2-dev python3-lxml If you are working with the All-in-One installation, you may also need to execute also within your virtual environment the command pip3 install lxml; be patient this will take a while.