From 54262e7fa2b7de8055ccef41d7f3ecdb2e0375af Mon Sep 17 00:00:00 2001 From: Remy Date: Sat, 10 Apr 2021 13:45:39 +0200 Subject: [PATCH] Update generic.markdown section about the `rtsp_transport` option added recently (#17333) Linked to https://github.com/home-assistant/core/pull/46623. Configuration tested on 2021.4 --- source/_integrations/generic.markdown | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source/_integrations/generic.markdown b/source/_integrations/generic.markdown index 8f1fd8957ef..fa9e5f425d9 100644 --- a/source/_integrations/generic.markdown +++ b/source/_integrations/generic.markdown @@ -71,6 +71,10 @@ verify_ssl: required: false default: true type: boolean +rtsp_transport: + description: "Set the RTSP transport protocol to `tcp`, `udp`, `udp_multicast` or `http`." + required: false + type: string {% endconfiguration %}