From dcc2087531bfd7e2048eec2abc0c48431e0f4226 Mon Sep 17 00:00:00 2001 From: Gamester17 Date: Thu, 6 Dec 2018 13:27:28 +0100 Subject: [PATCH] =?UTF-8?q?IKEA=20Tr=C3=A5dfri=20Gateway=20component=20-?= =?UTF-8?q?=20Description=20and=20configuration=20nitpicking=20(#7739)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixing product name (which is "IKEA Trådfri Gateway"), spelling and grammar, as well as clarifying description and configuration instructions. https://www.ikea.com/us/en/catalog/products/00337813/ https://www.ikea.com/gb/en/customer-service/smart-lighting-support/faq-smart-lighting/compatibility-protocols/#1364355349185 --- source/_components/tradfri.markdown | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/source/_components/tradfri.markdown b/source/_components/tradfri.markdown index 35b277fd191..a642a1959a9 100644 --- a/source/_components/tradfri.markdown +++ b/source/_components/tradfri.markdown @@ -1,7 +1,7 @@ --- layout: page title: "IKEA Trådfri (Tradfri)" -description: "Access and control your Zigbee-based IKEA Trådfri (Tradfri) devices." +description: "Access and control your IKEA Trådfri Gateway (a.k.a. IKEA Tradfri hub/bridge) and via it its connected Zigbee-based devices." date: 2017-04-12 22.04 sidebar: true featured: true @@ -14,12 +14,12 @@ 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, if `discovery:` is present in your `configuration.yaml` file. +The `tradfri` component support the IKEA Trådfri Gateway (a.k.a. IKEA Tradfri hub/bridge). The gateway can control compatible Zigbee-based lights (certified ZigBee Light Link products) connected to it and Home Assistant will automatically discover the gateways presence on your local network, if `discovery:` is present in your `configuration.yaml` file. -You will be prompted to configure the gateway through the Home Assistant interface. Enter the security key when prompted and click configure. +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.

-If you see an "Unable to connect" message, restart the gateway and try again. Don't forget to assign a permanent IP to your Trådfri gateway. +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.

## {% linkable_title Configuration %} @@ -34,11 +34,11 @@ tradfri: {% configuration %} host: - description: "The IP address or hostname of your Trådfri gateway." + description: "The IP address or hostname of your IKEA Trådfri Gateway." required: true type: string allow_tradfri_groups: - description: "Set this to `true` to allow Home Assistant to import the groups defined on the Trådfri bridge." + description: "Set this to `true` to allow Home Assistant to import the groups defined on the IKEA Trådfri Gateway." required: false type: boolean default: false @@ -48,7 +48,7 @@ allow_tradfri_groups: ### {% linkable_title Firmware updates %} -After updating the firmware of your Trådfri gateway it might be necessary to repeat the configuration process. If you encounter problems, delete the `.tradfri_psk.conf` file in your `.homeassistant` directory, restart Home Assistant, when prompted enter the security key and click configure, just like during initial setup. Possible errors: `Fatal DTLS error: code 115`. +After updating the firmware of your IKEA Trådfri Gateway it might be necessary to repeat the configuration process. If you encounter problems, delete the `.tradfri_psk.conf` file in your `.homeassistant` directory, restart Home Assistant, when prompted enter the security key and click configure, just like during initial setup. Possible errors: `Fatal DTLS error: code 115`. ### {% linkable_title Compilation issues %}