Update Trådfri documentation to mention the Python version dependency (#3911)
* Update Trådfri documentation to mention the Python version dependency Dependency is caused by aiocoap==0.3 * Remove period * Fix typo
This commit is contained in:
parent
9b7cd0f395
commit
b105b22016
1 changed files with 4 additions and 0 deletions
|
@ -22,6 +22,10 @@ You will be prompted to configure the gateway through the Home Assistant interfa
|
|||
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.
|
||||
</p>
|
||||
|
||||
<p class='note'>
|
||||
The Python version 3.4.4 or greater is required for this component. The component will not initialize without this and will report a `Could not install all requirements` error in the logs.
|
||||
</p>
|
||||
|
||||
You can add the following to your `configuration.yaml` file if you are not using the [`discovery:`](/components/discovery/) component:
|
||||
|
||||
```yaml
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue