Added note about compilation issues (#8418)

* Added note about compilation issues

Adding a note that the need to install `autoconf` doesn't apply to Hass.io/Docker.

* Minor change
This commit is contained in:
DubhAd 2019-02-06 15:11:31 +00:00 committed by Fabian Affolter
parent 70e303ea54
commit 4f26be58b3

View File

@ -27,7 +27,7 @@ The `tradfri` component support the IKEA Trådfri Gateway (a.k.a. IKEA Tradfri h
You will be prompted to configure the gateway through the Home Assistant interface. The configuration process is very simple, when prompted, enter the security key printed on the physical sticker that is on the bottom of the IKEA Trådfri Gateway, then click configure.
<p class='note'>
If you see an "Unable to connect" message, restart the gateway and try again. Don't forget to assign a permanent IP to your IKEA Trådfri Gateway in your router / DHCP-server.
If you see an "Unable to connect" message, restart the gateway and try again. Don't forget to assign a permanent IP address to your IKEA Trådfri Gateway in your router / DHCP-server.
</p>
## {% linkable_title Configuration %}
@ -60,6 +60,10 @@ After updating the firmware of your IKEA Trådfri Gateway it might be necessary
### {% linkable_title Compilation issues %}
<p class='note'>
This does not apply to Hass.io or Docker.
</p>
Please make sure you have `autoconf` installed (`$ sudo apt-get install autoconf`) if you want to use this component. Also, installing some dependencies might take considerable time (>1 h) on slow devices.
### {% linkable_title Setting the `api_key` %}