From 2db6718acecd00bebdcbb85028fa25ff7a5c2a40 Mon Sep 17 00:00:00 2001 From: Ian C <108159253+ic-dev21@users.noreply.github.com> Date: Fri, 15 Dec 2023 07:12:49 -0500 Subject: [PATCH] Update const.py MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Changé event scan time pour 30 minutes --- custom_components/hilo/const.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/hilo/const.py b/custom_components/hilo/const.py index a9ad4b5..bea34c4 100755 --- a/custom_components/hilo/const.py +++ b/custom_components/hilo/const.py @@ -36,7 +36,7 @@ DEFAULT_UNTARIFICATED_DEVICES = False DEFAULT_SCAN_INTERVAL = 300 -EVENT_SCAN_INTERVAL = 3000 +EVENT_SCAN_INTERVAL = 1800 NOTIFICATION_SCAN_INTERVAL = 1800 MIN_SCAN_INTERVAL = 60 REWARD_SCAN_INTERVAL = 7200