From 143d1c820f97488b2b723aa5ef37b87c68039440 Mon Sep 17 00:00:00 2001 From: georgroehl <33599312+georgroehl@users.noreply.github.com> Date: Sun, 6 Jan 2019 22:26:18 +0100 Subject: [PATCH] more detailed/changed Warning and Note (#8068) It's not possible to run the sudo command inside the venv. I just tested the new, changed way (only run "pip3 install lxml" in venv) and it works. Also the note regarding the password wasn't clear, so i changed "it" to "the password" --- source/_components/device_tracker.fritz.markdown | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/_components/device_tracker.fritz.markdown b/source/_components/device_tracker.fritz.markdown index f478fdea748..4bb281c39fb 100644 --- a/source/_components/device_tracker.fritz.markdown +++ b/source/_components/device_tracker.fritz.markdown @@ -18,8 +18,8 @@ The `fritz` platform offers presence detection by looking at connected devices t ## {% linkable_title Setup %}
-It might be necessary to install additional packages: $ sudo apt-get install python3-lxml
-If you installed Home Assistant in a virtualenv, run the following commands inside it: $ sudo apt-get install libxslt-dev libxml2-dev zlib1g-dev; pip3 install lxml
; be patient this will take a while.
$ 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.
## {% linkable_title Configuration %}
@@ -47,7 +47,7 @@ password:
{% endconfiguration %}
-It seems that it is not necessary to use it in current generation Fritz!Box routers because the necessary data can be retrieved anonymously. +It seems that it is not necessary to use the password in current generation Fritz!Box routers because the necessary data can be retrieved anonymously.
See the [device tracker component page](/components/device_tracker/) for instructions how to configure the people to be tracked.