From ab1b21393fdb2592970a936fcfdd1b76275fef5d Mon Sep 17 00:00:00 2001 From: Nick Mowen Date: Mon, 27 Mar 2023 07:25:08 -0600 Subject: [PATCH] Add onvif example to docs --- docs/docs/configuration/index.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/docs/configuration/index.md b/docs/docs/configuration/index.md index 548a2da9d..93a266b56 100644 --- a/docs/docs/configuration/index.md +++ b/docs/docs/configuration/index.md @@ -55,6 +55,14 @@ mqtt: - path: rtsp://{FRIGATE_RTSP_USER}:{FRIGATE_RTSP_PASSWORD}@10.0.10.10:8554/unicast ``` +```yaml +onvif: + host: 10.0.10.10 + port: 8000 + user: "{FRIGATE_RTSP_USER}" + password: "{FRIGATE_RTSP_PASSWORD}" +``` + ```yaml mqtt: # Optional: Enable mqtt server (default: shown below)