Autoconf is required for some integrations (#10056)

Autoconf is required for Ikea Tradfri and will not install without this
This commit is contained in:
Will Hargrave 2019-08-06 11:00:42 +01:00 committed by Franck Nijhof
parent a9e1e31323
commit 15a8a0936e

View File

@ -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`.