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:
Jacob Mansfield 2017-11-06 21:22:57 +00:00 committed by Fabian Affolter
parent 9b7cd0f395
commit b105b22016

View File

@ -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. 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>
<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: You can add the following to your `configuration.yaml` file if you are not using the [`discovery:`](/components/discovery/) component:
```yaml ```yaml