From 4ea8f695baafc33c96b4a8244d247255fa8818fc Mon Sep 17 00:00:00 2001 From: zvldz <45265234+zvldz@users.noreply.github.com> Date: Tue, 23 Jun 2020 02:11:34 +0300 Subject: [PATCH] Make generic camera stream_source a template (#13719) --- source/_integrations/generic_ip_camera.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/generic_ip_camera.markdown b/source/_integrations/generic_ip_camera.markdown index 8fc80053b46..a2f2a8b7c4a 100644 --- a/source/_integrations/generic_ip_camera.markdown +++ b/source/_integrations/generic_ip_camera.markdown @@ -30,7 +30,7 @@ still_image_url: required: true type: string stream_source: - description: "The URL your camera serves the live stream on, e.g., `rtsp://192.168.1.21:554/`." + description: "The URL your camera serves the live stream on, e.g., `rtsp://192.168.1.21:554/`. Can be a [template](/topics/templating/)." required: false type: string name: