From ee066e32c1f98dfc00324c3d2dd2cf2e454a763c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johan=20Nenz=C3=A9n?= Date: Fri, 23 Aug 2024 00:42:20 +0200 Subject: [PATCH] Increases default scanning time to 60 seconds (#129) --- custom_components/wellbeing/const.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/wellbeing/const.py b/custom_components/wellbeing/const.py index 50049b2..84217a1 100644 --- a/custom_components/wellbeing/const.py +++ b/custom_components/wellbeing/const.py @@ -14,4 +14,4 @@ # Defaults DEFAULT_NAME = DOMAIN -DEFAULT_SCAN_INTERVAL = 30 +DEFAULT_SCAN_INTERVAL = 60