From 1d4feafcbad0fe6a5881b6466ab07a1950543fa1 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Thu, 18 May 2023 10:34:25 -0500 Subject: [PATCH] Document webhook option in ONVIF (#27431) --- source/_integrations/onvif.markdown | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/source/_integrations/onvif.markdown b/source/_integrations/onvif.markdown index 6cd20bd9769..9ec74feab1a 100644 --- a/source/_integrations/onvif.markdown +++ b/source/_integrations/onvif.markdown @@ -35,15 +35,14 @@ If running Home assistant Core in a venv, ensure that libxml2 and libxslt python 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 H.264. 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. -### Extra configuration of the integration - -You can configure specific FFmpeg options through the integration options flow by clicking the gear icon on the top right of the integration details page. +{% include integrations/option_flow.md %} | Option | Description | | -------| ----------- | | RTSP transport mechanism | RTSP transport protocols. The possible options are: `tcp`, `udp`, `udp_multicast`, `http`. | | Extra FFmpeg arguments | Extra options to pass to `ffmpeg`, e.g., image quality or video filter options. More details in [`ffmpeg` integration](/integrations/ffmpeg). | | Use wallclock as timestamps | ([Advanced Mode](/blog/2019/07/17/release-96/#advanced-mode) only) Rewrite the camera timestamps. This may help with playback or crashing issues from Wi-Fi cameras or cameras of certain brands (e.g., EZVIZ). | +| Enable Webhooks | If the device supports notifications via a Webhook, the integration will attempt to set up a Webhook. Disable this option to force falling back to trying PullPoint if the device supports it. | ### Supported Sensors