From bc3df3e921586a167d2060b6c0ce624b1d041f40 Mon Sep 17 00:00:00 2001 From: thunfischbrot Date: Sat, 20 Feb 2016 15:38:18 +0100 Subject: [PATCH] Update FRITZ!Box install to include python3-lxml Without it fritzconnection might not be able to install correctly on low-end machines (e.g. Raspberry Pi) due to running out of resources while trying to compile lxml via pip3. --- source/_components/device_tracker.fritz.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_components/device_tracker.fritz.markdown b/source/_components/device_tracker.fritz.markdown index 75d48a75b9f..2d1a0d11ce3 100644 --- a/source/_components/device_tracker.fritz.markdown +++ b/source/_components/device_tracker.fritz.markdown @@ -15,7 +15,7 @@ ha_category: Presence Detection The `fritz` platform offers presence detection by looking at connected devices to a [AVM Fritz!Box](http://avm.de/produkte/fritzbox/) based router.

-It might be necessary to install additional packages: $ sudo apt-get install libxslt-dev libxml2-dev +It might be necessary to install additional packages: $ sudo apt-get install libxslt-dev libxml2-dev python3-lxml

To use an Fritz!Box router in your installation, add the following to your `configuration.yaml` file: