Site updated at 2017-04-22 12:14:35 UTC

This commit is contained in:
Travis CI 2017-04-22 12:14:35 +00:00
parent 027c8866c8
commit 7ab6214755
29 changed files with 69 additions and 39 deletions

View file

@ -69,6 +69,7 @@
<p>The <code class="highlighter-rouge">tradfri</code> component supports for the IKEA Trådfri (Tradfri) gateway. The gateway can control lights connected to it.</p>
<p>For this to work, you need to install a modified lib-coap library:</p>
<div class="language-bash highlighter-rouge"><pre class="highlight"><code><span class="gp">$ </span>sudo apt-get install libtool
<span class="gp">$ </span>sudo apt-get install autoconf
<span class="gp">$ </span>git clone --depth 1 --recursive -b dtls https://github.com/home-assistant/libcoap.git
<span class="gp">$ </span><span class="nb">cd </span>libcoap