Make generic camera stream_source a template (#13719)

This commit is contained in:
zvldz 2020-06-23 02:11:34 +03:00 committed by GitHub
parent 8f20a6b2a7
commit 4ea8f695ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: