From 789ba6b4ba321981afccb876db0dc6a9a47dda27 Mon Sep 17 00:00:00 2001 From: Lewis Juggins Date: Sun, 15 Oct 2017 21:43:41 +0100 Subject: [PATCH] Update tradfri installation instructions (#3558) * Update tradfri installation instructions * Update tradfri.markdown * Remove installation, no longer needed --- source/_components/tradfri.markdown | 38 +---------------------------- 1 file changed, 1 insertion(+), 37 deletions(-) diff --git a/source/_components/tradfri.markdown b/source/_components/tradfri.markdown index c899718cbfb..8926ddfeb3b 100644 --- a/source/_components/tradfri.markdown +++ b/source/_components/tradfri.markdown @@ -14,44 +14,8 @@ ha_iot_class: "Local Polling" ha_release: 0.43 --- -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. +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. -For this to work, you need to install a modified lib-coap library. - -

-This component does **not** work on Windows, as the modified lib-coap doesn't exists for Windows. -

-

-If you are using [Hass.io](/hassio/) then just move forward to the configuration as all requirements are already fulfilled. -

- -Linux: - -```bash -$ sudo apt-get install libtool -$ sudo apt-get install autoconf - -$ git clone --depth 1 --recursive -b dtls https://github.com/home-assistant/libcoap.git -$ cd libcoap -$ ./autogen.sh -$ ./configure --disable-documentation --disable-shared --without-debug CFLAGS="-D COAP_DEBUG_FD=stderr" -$ make -$ sudo make install -``` - -macOS: - -```bash -$ brew install libtool -$ brew install autoconf -$ brew install automake -$ git clone --depth 1 --recursive -b dtls https://github.com/home-assistant/libcoap.git -$ cd libcoap -$ ./autogen.sh -$ ./configure --disable-documentation --disable-shared --without-debug CFLAGS="-D COAP_DEBUG_FD=stderr" -$ make -$ make install -``` You will be prompted to configure the gateway through the Home Assistant interface, Enter the security key when prompted and click configure