mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 17:27:19 +00:00
Update docs to allow username and password for stream URLs via the UI for generic 2 (#23183)
This commit is contained in:
parent
342b6af975
commit
ed780bb70e
@ -28,13 +28,13 @@ You must enter a URL in at least one of the fields **Still Image URL** or **Stre
|
|||||||
|
|
||||||
{% configuration_basic %}
|
{% configuration_basic %}
|
||||||
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/). At least one of still_image_url or stream_source must be provided."
|
description: "The URL your camera serves the image on, e.g., `http://192.168.1.21:2112/`. Can be a [template](/topics/templating/). Usernames and passwords are allowed in the URL, but if none are provided, the `Username` and `Password` settings will be used during authentication. At least one of still_image_url or stream_source must be provided."
|
||||||
Stream Source:
|
Stream Source:
|
||||||
description: "The URL your camera serves the live stream on, e.g., `rtsp://user:pass@192.168.1.21:554/`. Can be a [template](/topics/templating/). Usernames and passwords must be embedded in the URL. At least one of still_image_url or stream_source must be provided. Note that a stream_source without a still_image_url can only be used if the [stream integration](/integrations/stream/) is configured."
|
description: "The URL your camera serves the live stream on, e.g., `rtsp://192.168.1.21:554/`. Can be a [template](/topics/templating/). Usernames and passwords are allowed in the URL, but if none are provided, the `Username` and `Password` settings will be used during authentication. At least one of still_image_url or stream_source must be provided. Note that a stream_source without a still_image_url can only be used if the [stream integration](/integrations/stream/) is configured."
|
||||||
Username:
|
Username:
|
||||||
description: The username for accessing your camera. Note that this username applies only to still_image_url and not to stream_source.
|
description: The username for accessing your camera. Note that this applies to both still_image_url and stream_source.
|
||||||
Password:
|
Password:
|
||||||
description: The password for accessing your camera. Note that this password applies only to still_image_url and not to stream_source.
|
description: The password for accessing your camera. Note that this applies to both still_image_url and stream_source.
|
||||||
Authentication:
|
Authentication:
|
||||||
description: "Type for authenticating the requests `basic` or `digest`."
|
description: "Type for authenticating the requests `basic` or `digest`."
|
||||||
Limit refetch to URL change:
|
Limit refetch to URL change:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user