Add ability to ignore devices for UniFi Protect (#77414)

Co-authored-by: J. Nick Koston <nick@koston.org>
This commit is contained in:
Christopher Bailey 2022-08-28 21:35:45 -04:00 committed by GitHub
parent 2857739958
commit 0867392f96
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
12 changed files with 259 additions and 76 deletions

View file

@ -20,6 +20,7 @@ CONF_DISABLE_RTSP = "disable_rtsp"
CONF_ALL_UPDATES = "all_updates"
CONF_OVERRIDE_CHOST = "override_connection_host"
CONF_MAX_MEDIA = "max_media"
CONF_IGNORED = "ignored_devices"
CONFIG_OPTIONS = [
CONF_ALL_UPDATES,