From 6d146be1e5bd4e5d15e21414031fc3b4a298d7a9 Mon Sep 17 00:00:00 2001 From: Gerard Date: Fri, 23 Aug 2019 22:50:08 +0200 Subject: [PATCH] With hass.io no need for additional packages Installed the Fritz!Box device tracker today on Hass.io without the need to install additional packages. --- source/_components/fritz.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_components/fritz.markdown b/source/_components/fritz.markdown index 064c781671c..87d56c5f247 100644 --- a/source/_components/fritz.markdown +++ b/source/_components/fritz.markdown @@ -15,7 +15,7 @@ The `fritz` platform offers presence detection by looking at connected devices t ## Setup
-It might be necessary to install additional packages: sudo apt-get install python3-lxml libxslt-dev libxml2-dev zlib1g-dev +If not running Hass.io it might be necessary to install additional packages: sudo apt-get install python3-lxml libxslt-dev libxml2-dev zlib1g-dev If you installed Home Assistant in a virtualenv, run the following commands inside it: pip3 install lxml; be patient this will take a while.
## Configuration