From 3bd94cd104a702fb32ae5af01c717a1035dbe719 Mon Sep 17 00:00:00 2001 From: TheJulianJES Date: Sun, 23 Jun 2024 03:22:55 +0200 Subject: [PATCH] Fix referenced UniFi Protect library (#33372) --- source/_integrations/unifiprotect.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/unifiprotect.markdown b/source/_integrations/unifiprotect.markdown index d7a27af29da..74799a69953 100644 --- a/source/_integrations/unifiprotect.markdown +++ b/source/_integrations/unifiprotect.markdown @@ -308,5 +308,5 @@ If you get errors while authenticating or fetching data for `NvrError... 404 - R Similarly, a `502 Bad Gateway` also means that your UniFi Protect application may not be running. ```log -pyunifiprotect.NvrError: Fetching Camera List failed: 404 - Reason: Not Found +uiprotect.NvrError: Fetching Camera List failed: 404 - Reason: Not Found ```