From 352a4c66fbb16bf0310ef3fedeeb90b2399a80af Mon Sep 17 00:00:00 2001 From: starkillerOG Date: Thu, 8 Aug 2024 12:26:50 +0200 Subject: [PATCH] Explain Reolink password character set limitiations (#34196) Co-authored-by: Franck Nijhof --- source/_integrations/reolink.markdown | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/_integrations/reolink.markdown b/source/_integrations/reolink.markdown index cac2c1e4183..24002159f63 100644 --- a/source/_integrations/reolink.markdown +++ b/source/_integrations/reolink.markdown @@ -35,7 +35,8 @@ The integration allows you to control [Reolink](https://reolink.com/) NVRs or ca {% include integrations/config_flow.md %} -On the Reolink device, a user account with admin privileges is needed for the proper operation of this integration. +- On the Reolink device, a user account with admin privileges is needed for the proper operation of this integration. +- The password used for the Reolink device can only contain characters `a-z, A-Z, 0-9 or @$*~_-+=!?.,:;'()[]`. Other special characters will cause encoding issues in the video streams used by this integration and are, therefore, not allowed. When using an incompatible special character in the password, the integration will prompt you to change the password. {% include integrations/option_flow.md %} {% configuration_basic %}