Add ability to ignore devices for UniFi Protect (#77414)
Co-authored-by: J. Nick Koston <nick@koston.org>
This commit is contained in:
parent
2857739958
commit
0867392f96
12 changed files with 259 additions and 76 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue