From 125b6720ed912cdfb15d7135e7d1af2fc9a2dd87 Mon Sep 17 00:00:00 2001 From: Gerard Date: Tue, 29 Oct 2019 09:37:15 +0100 Subject: [PATCH] Update fritzbox_netmonitor.markdown (#11029) Add extra info when using Docker regarding additional packages. See comment from @frenck in #11019 --- 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 e75e5ec3188..20297177ccd 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.
-If not running Hass.io it might be necessary to install additional packages: sudo apt-get install libxslt-dev libxml2-dev python3-lxml +If not running Home Assistant via Hass.io or Docker 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.