From 0022eb624e394b624a40b3920f621e7d225eba48 Mon Sep 17 00:00:00 2001 From: Eirik Z <46269073+atxbyea@users.noreply.github.com> Date: Sat, 23 May 2020 21:16:22 +0200 Subject: [PATCH] Requirements for venvs (#13570) --- source/_integrations/onvif.markdown | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source/_integrations/onvif.markdown b/source/_integrations/onvif.markdown index d4ccf60e61a..de197942f09 100644 --- a/source/_integrations/onvif.markdown +++ b/source/_integrations/onvif.markdown @@ -20,6 +20,10 @@ Home Assistant offers ONVIF integration through **Configuration** -> **Integrati It is recommended that you create a user on your device specifically for Home Assistant. For all current functionality, it is enough to create a standard user. +
+If running Home Asssistant Core in a venv, ensure that libxml2 and libxslt python interfaces are installed via your package manager. +
+ ### Configuration Notes Most of the ONVIF devices support more than one audio/video profile. Each profile provides different image quality, or in the case of an NVR, separate connected cameras. This integration will add entities for all compatible profiles with the video encoding set to H254. Usually, the first profile has the highest quality and it is the profile used by default. However, you may want to use a lower quality image. You may disable unwanted entities through the Home Assistant UI.