From af9e11087d6bf4915df0a88e0c11a2d3bc2c3220 Mon Sep 17 00:00:00 2001 From: Markus Date: Sat, 11 Nov 2023 21:34:14 +0100 Subject: [PATCH] Change update interval --- custom_components/unifi_voucher/const.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/unifi_voucher/const.py b/custom_components/unifi_voucher/const.py index 0c3df19..d3698a1 100644 --- a/custom_components/unifi_voucher/const.py +++ b/custom_components/unifi_voucher/const.py @@ -25,7 +25,7 @@ DEFAULT_VOUCHER_QUOTA = 1 DEFAULT_VOUCHER_EXPIRE = 480 -UPDATE_INTERVAL = 120 +UPDATE_INTERVAL = 300 CONF_SITE_ID = "site_id" CONF_DEFAULT_VOUCHER_NUMBER = "default_voucher_number"