Remove external dependency guide lines (#3673)

With the next PR for axis component (home-assistant/home-assistant#9791) the external dependencies for event stream has been removed.
This commit is contained in:
Kane610 2017-10-25 09:27:30 +02:00 committed by Fabian Affolter
parent 81c56e5e7e
commit c19c3ae2e3

View File

@ -17,36 +17,6 @@ ha_iot_class: "Local Polling"
Home Assistant will automatically discover their presence on your network.
## {% linkable_title Dependencies %}
```bash
$ sudo apt-get install python3-gst-1.0 gir1.2-gstreamer-1.0 gir1.2-gst-plugins-base-1.0 gstreamer1.0-plugins-good gstreamer1.0-plugins-ugly gstreamer1.0-tools python3-gi
```
Depending on how you run Home Assistant, you may need to symlink the `gi` module into your environment.
Hassbian:
```bash
$ ln -s /usr/lib/python3/dist-packages/gi /srv/homeassistant/lib/python3.4/site-packages
```
Raspberry Pi All-In-One Installer:
```bash
$ ln -s /usr/lib/python3/dist-packages/gi /srv/homeassistant/homeassistant_venv/lib/python3.4/site-packages
```
[Virtualenv](https://home-assistant.io/docs/installation/virtualenv/) installation:
```bash
$ ln -s /usr/lib/python3/dist-packages/gi /srv/homeassistant/lib/python3.5/site-packages
```
<p class='note'>
Adjust "python3.5" in command above to match your version as stored in "/srv/homeassistant/lib/pythonX.X"
</p>
You can also manually configure your devices by adding the following lines to your `configuration.yaml` file:
```yaml