Skip to content

Commit 3632e46

Browse files
committed
Remove installation, no longer needed
1 parent ab74956 commit 3632e46

File tree

1 file changed

+0
-34
lines changed

1 file changed

+0
-34
lines changed

source/_components/tradfri.markdown

Lines changed: 0 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -16,40 +16,6 @@ ha_release: 0.43
1616

1717
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.
1818

19-
For this to work, you need to install `aiocoap` and `tinydtls`.
20-
21-
<p class='note'>
22-
If you are using [Hass.io](/hassio/) then just move forward to the configuration as all requirements are already fulfilled.
23-
</p>
24-
25-
Installation script:
26-
27-
```bash
28-
#!/bin/sh
29-
# Installs a modified coap client with support for dtls for use with IKEA Tradfri
30-
31-
# Stop on errors
32-
set -e
33-
34-
python3 -m pip install cython
35-
36-
cd /usr/src/app/
37-
mkdir -p build && cd build
38-
39-
git clone --depth 1 https://git.fslab.de/jkonra2m/tinydtls
40-
cd tinydtls
41-
autoreconf
42-
./configure --with-ecc --without-debug
43-
cd cython
44-
python3 setup.py install
45-
46-
cd ../..
47-
git clone https://github.com/chrysn/aiocoap
48-
cd aiocoap
49-
git reset --hard 3286f48f0b949901c8b5c04c0719dc54ab63d431
50-
python3 -m pip install .
51-
```
52-
5319
You will be prompted to configure the gateway through the Home Assistant interface, Enter the security key when prompted and click configure
5420

5521
<p class='note'>

0 commit comments

Comments
 (0)