mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 15:26:59 +00:00
Fix broken links in mjpeg and generic ip cam documentation (#10732)
* Fix broken links * Fix broken links
This commit is contained in:
parent
14f15b3d3d
commit
2abfdc8b7b
@ -25,11 +25,11 @@ camera:
|
|||||||
|
|
||||||
{% configuration %}
|
{% configuration %}
|
||||||
still_image_url:
|
still_image_url:
|
||||||
description: "The URL your camera serves the image on, e.g., http://192.168.1.21:2112/. Can be a [template](/topics/templating/)."
|
description: "The URL your camera serves the image on, e.g., `http://192.168.1.21:2112/`. Can be a [template](/topics/templating/)."
|
||||||
required: true
|
required: true
|
||||||
type: string
|
type: string
|
||||||
stream_source:
|
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/`."
|
||||||
required: false
|
required: false
|
||||||
type: string
|
type: string
|
||||||
name:
|
name:
|
||||||
|
@ -25,7 +25,7 @@ camera:
|
|||||||
|
|
||||||
{% configuration %}
|
{% configuration %}
|
||||||
mjpeg_url:
|
mjpeg_url:
|
||||||
description: The URL your camera serves the video on, e.g., http://192.168.1.21:2112/
|
description: The URL your camera serves the video on, e.g., `http://192.168.1.21:2112/`
|
||||||
required: true
|
required: true
|
||||||
type: string
|
type: string
|
||||||
still_image_url:
|
still_image_url:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user