From 978eef0d8d4fcbb1465244aaa6f8392e4c449543 Mon Sep 17 00:00:00 2001 From: Kane610 Date: Wed, 25 Oct 2017 09:27:30 +0200 Subject: [PATCH] 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. --- source/_components/axis.markdown | 30 ------------------------------ 1 file changed, 30 deletions(-) diff --git a/source/_components/axis.markdown b/source/_components/axis.markdown index 49f9ec87315..a23a97c2dfc 100644 --- a/source/_components/axis.markdown +++ b/source/_components/axis.markdown @@ -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 -``` - -

- Adjust "python3.5" in command above to match your version as stored in "/srv/homeassistant/lib/pythonX.X" -

- You can also manually configure your devices by adding the following lines to your `configuration.yaml` file: ```yaml