Fix referenced UniFi Protect library (#33372)

This commit is contained in:
TheJulianJES 2024-06-23 03:22:55 +02:00 committed by GitHub
parent 5f471e5e7e
commit 3bd94cd104
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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
```