
* removed cython dependency, removed api_key conf Cython is pulled in by DTLSSocket since 1.0.4 no need for manual install fixed with home-assistant/home-assistant#10123 removed the api_key parameter relates to home-assistant/home-assistant#10282 * Minor changes
1.4 KiB
1.4 KiB
layout | title | description | date | sidebar | featured | comments | sharing | footer | logo | ha_category | ha_iot_class | ha_release |
---|---|---|---|---|---|---|---|---|---|---|---|---|
page | IKEA Trådfri (Tradfri) | Access and control your ZigBee-based IKEA Trådfri (Tradfri) devices. | 2017-04-12 22.04 | true | true | false | true | true | ikea.svg | Hub | Local Polling | 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.
You will be prompted to configure the gateway through the Home Assistant interface. Enter the security key when prompted and 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.
You can add the following to your configuration.yaml
file if you are not using the discovery:
component:
# Example configuration.yaml entry
tradfri:
host: IP_ADDRESS
Configuration variables:
- host (Required): The IP address or hostname of your Trådfri gateway.
- allow_tradfri_groups (Optional): Enable this to stop Home Assistant from importing the groups defined on the Trådfri bridge. Defaults to
true
.
Do not use the `api_key` variable. The key is only needed once at initial setup.