diff --git a/source/_components/digital_ocean.markdown b/source/_components/digital_ocean.markdown index b82d7c412de..6c5c190ba76 100644 --- a/source/_components/digital_ocean.markdown +++ b/source/_components/digital_ocean.markdown @@ -7,7 +7,6 @@ sidebar: true comments: false sharing: true footer: true -featured: true ha_category: Hub ha_release: "0.30" logo: digital_ocean.png diff --git a/source/_components/light.tradfri.markdown b/source/_components/light.tradfri.markdown index ff6a4612043..1b3b47e539b 100644 --- a/source/_components/light.tradfri.markdown +++ b/source/_components/light.tradfri.markdown @@ -1,39 +1,18 @@ --- layout: page -title: "Tradfri (Trådfri) Gateway" -description: "Access and control your ZigBee-based IKEA Tradfri (Trådfri) Lights." +title: "IKEA Trådfri lights" +description: "Access and control your ZigBee-based IKEA Trådfri (Tradfri) Lights." date: 2017-04-12 22.04 sidebar: true comments: false sharing: true footer: true +logo: ikea.svg ha_category: Light ha_iot_class: "Local Polling" ha_release: 0.43 --- -Support for the IKEA Tradfri (Trådfri) gateway. The gateway can control lights connected to it. +For installation instructions, see [the tradfri component][tradfri]. -NB: for this to work, you need to install the lib-coap library: -``` -$ apt-get install libtool - -$ git clone --recursive https://github.com/obgm/libcoap.git -$ cd libcoap -$ git checkout dtls -$ git submodule update --init --recursive -$ ./autogen.sh -$ ./configure --disable-documentation --disable-shared -$ make -$ sudo make install -``` - -To enable these lights, add the following lines to your `configuration.yaml` file: - -```yaml -# Example configuration.yaml entry -light: - - platform: tradfri - host: 192.168.0.129 - api_key: -``` +[tradfri]: /components/tradfri/ diff --git a/source/_components/tradfri.markdown b/source/_components/tradfri.markdown new file mode 100644 index 00000000000..6518a3ff149 --- /dev/null +++ b/source/_components/tradfri.markdown @@ -0,0 +1,39 @@ +--- +layout: page +title: "IKEA Trådfri (Tradfri)" +description: "Access and control your ZigBee-based IKEA Trådfri (Tradfri) devices." +date: 2017-04-12 22.04 +sidebar: true +featured: true +comments: false +sharing: true +footer: true +logo: ikea.svg +ha_category: Light +ha_iot_class: "Local Polling" +ha_release: 0.43 +--- + +Support for the IKEA Trådfri (Tradfri) gateway. The gateway can control lights connected to it. + +NB: for this to work, you need to install a modified lib-coap library: + +```bash +apt-get install libtool + +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 +``` + +To enable these lights, add the following lines to your `configuration.yaml` file: + +```yaml +# Example configuration.yaml entry +tradfri: + host: 192.168.0.129 + api_key: +``` diff --git a/source/_includes/custom/grid_item_left.html b/source/_includes/custom/grid_item_left.html index 5e17788dcfa..174c314dfae 100644 --- a/source/_includes/custom/grid_item_left.html +++ b/source/_includes/custom/grid_item_left.html @@ -29,8 +29,8 @@ - - + + diff --git a/source/images/supported_brands/Ikea.svg b/source/images/supported_brands/Ikea.svg new file mode 100644 index 00000000000..e9a23b81693 --- /dev/null +++ b/source/images/supported_brands/Ikea.svg @@ -0,0 +1,260 @@ + + + +image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file