From aaa071e810652c35358293f57404b4c79e637dbc Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Tue, 20 Feb 2024 23:48:41 -0600 Subject: [PATCH] Increase unifiprotect fallback interval to 20s (#110870) --- homeassistant/components/unifiprotect/const.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/components/unifiprotect/const.py b/homeassistant/components/unifiprotect/const.py index b3bba4ece39..2982ca29c4a 100644 --- a/homeassistant/components/unifiprotect/const.py +++ b/homeassistant/components/unifiprotect/const.py @@ -35,7 +35,7 @@ CONFIG_OPTIONS = [ DEFAULT_PORT = 443 DEFAULT_ATTRIBUTION = "Powered by UniFi Protect Server" DEFAULT_BRAND = "Ubiquiti" -DEFAULT_SCAN_INTERVAL = 5 +DEFAULT_SCAN_INTERVAL = 20 DEFAULT_VERIFY_SSL = False DEFAULT_MAX_MEDIA = 1000