Skip to content

Commit 789ba6b

Browse files
lwisfabaff
authored andcommitted
Update tradfri installation instructions (home-assistant#3558)
* Update tradfri installation instructions * Update tradfri.markdown * Remove installation, no longer needed
1 parent 3c022b7 commit 789ba6b

File tree

1 file changed

+1
-37
lines changed

1 file changed

+1
-37
lines changed

source/_components/tradfri.markdown

Lines changed: 1 addition & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -14,44 +14,8 @@ ha_iot_class: "Local Polling"
1414
ha_release: 0.43
1515
---
1616

17-
The `tradfri` component supports for the IKEA Trådfri (Tradfri) gateway. The gateway can control lights connected to it and Home Assistant will automatically discover its presence on your network.
17+
The `tradfri` component supports for the IKEA Trådfri (Tradfri) gateway. The gateway can control lights connected to it and Home Assistant will automatically discover its presence on your network.
1818

19-
For this to work, you need to install a modified lib-coap library.
20-
21-
<p class='note warning'>
22-
This component does **not** work on Windows, as the modified lib-coap doesn't exists for Windows.
23-
</p>
24-
<p class='note'>
25-
If you are using [Hass.io](/hassio/) then just move forward to the configuration as all requirements are already fulfilled.
26-
</p>
27-
28-
Linux:
29-
30-
```bash
31-
$ sudo apt-get install libtool
32-
$ sudo apt-get install autoconf
33-
34-
$ git clone --depth 1 --recursive -b dtls https://github.com/home-assistant/libcoap.git
35-
$ cd libcoap
36-
$ ./autogen.sh
37-
$ ./configure --disable-documentation --disable-shared --without-debug CFLAGS="-D COAP_DEBUG_FD=stderr"
38-
$ make
39-
$ sudo make install
40-
```
41-
42-
macOS:
43-
44-
```bash
45-
$ brew install libtool
46-
$ brew install autoconf
47-
$ brew install automake
48-
$ git clone --depth 1 --recursive -b dtls https://github.com/home-assistant/libcoap.git
49-
$ cd libcoap
50-
$ ./autogen.sh
51-
$ ./configure --disable-documentation --disable-shared --without-debug CFLAGS="-D COAP_DEBUG_FD=stderr"
52-
$ make
53-
$ make install
54-
```
5519
You will be prompted to configure the gateway through the Home Assistant interface, Enter the security key when prompted and click configure
5620

5721
<p class='note'>

0 commit comments

Comments
 (0)