mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-21 08:16:53 +00:00
Include cython in tradfri docs (#3672)
* Update tradfri installation instructions * Update tradfri.markdown * Remove installation, no longer needed * Add cython * Change to 'pip3'
This commit is contained in:
parent
9006ebd398
commit
85800f9361
@ -16,6 +16,12 @@ 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.
|
||||||
|
|
||||||
|
This component requires cython, please ensure it's installed by running the following in your Home Assistant environment (virtualenv, etc);
|
||||||
|
|
||||||
|
```
|
||||||
|
$ pip3 install cython
|
||||||
|
```
|
||||||
|
|
||||||
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, Enter the security key when prompted and click configure
|
||||||
|
|
||||||
<p class='note'>
|
<p class='note'>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user