From 15a8a0936eef5a4a2b0b4c07f1a6d6c2b6df5fa0 Mon Sep 17 00:00:00 2001 From: Will Hargrave Date: Tue, 6 Aug 2019 11:00:42 +0100 Subject: [PATCH] Autoconf is required for some integrations (#10056) Autoconf is required for Ikea Tradfri and will not install without this --- source/_docs/installation/raspberry-pi.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_docs/installation/raspberry-pi.markdown b/source/_docs/installation/raspberry-pi.markdown index 4421886ce5c..631dc2fb877 100644 --- a/source/_docs/installation/raspberry-pi.markdown +++ b/source/_docs/installation/raspberry-pi.markdown @@ -41,7 +41,7 @@ $ sudo apt-get upgrade -y Install the dependencies. ```bash -$ sudo apt-get install python3 python3-venv python3-pip libffi-dev libssl-dev +$ sudo apt-get install python3 python3-venv python3-pip libffi-dev libssl-dev autoconf ``` Add an account for Home Assistant called `homeassistant`.