IKEA Trådfri Gateway component - Description and configuration nitpicking (#7739)

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
This commit is contained in:
Gamester17 2018-12-06 13:27:28 +01:00 committed by Fabian Affolter
parent ef275a9840
commit dcc2087531

View File

@ -1,7 +1,7 @@
--- ---
layout: page layout: page
title: "IKEA Trådfri (Tradfri)" 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 date: 2017-04-12 22.04
sidebar: true sidebar: true
featured: true featured: true
@ -14,12 +14,12 @@ ha_iot_class: "Local Polling"
ha_release: 0.43 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.
<p class='note'> <p class='note'>
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.
</p> </p>
## {% linkable_title Configuration %} ## {% linkable_title Configuration %}
@ -34,11 +34,11 @@ tradfri:
{% configuration %} {% configuration %}
host: 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 required: true
type: string type: string
allow_tradfri_groups: 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 required: false
type: boolean type: boolean
default: false default: false
@ -48,7 +48,7 @@ allow_tradfri_groups:
### {% linkable_title Firmware updates %} ### {% 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 %} ### {% linkable_title Compilation issues %}