We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b64a929 commit 61591bcCopy full SHA for 61591bc
source/_components/sensor.broadlink.markdown
@@ -57,3 +57,12 @@ sensor:
57
monitored_conditions:
58
- temperature
59
```
60
+
61
+**note**: The pycrypto library needs to be available on your platform.
62
+on a typical windows sysytem `pip install pycrypto` will fail, as a compiler needs to be installed.
63
64
+The quickest way around this is to use a pre-built binary, e.g. from here:
65
+https://github.com/sfbahr/PyCrypto-Wheels
66
67
+be sure to get the correct 64 or 32-bit binary for your system, the full commandline will look someting like this (64bit):
68
+`pip install --use-wheel --no-index --find-links=https://github.com/sfbahr/PyCrypto-Wheels/raw/master/pycrypto-2.6.1-cp35-none-win_amd64.whl pycrypto`
0 commit comments