From 8f796ad9dcdc90b2495d1b07d09f7b3d27b920b5 Mon Sep 17 00:00:00 2001 From: SMKRV Date: Wed, 20 Nov 2024 01:40:29 +0300 Subject: [PATCH] Retry constants --- custom_components/ha_text_ai/const.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/ha_text_ai/const.py b/custom_components/ha_text_ai/const.py index baf7339..cebbc4c 100644 --- a/custom_components/ha_text_ai/const.py +++ b/custom_components/ha_text_ai/const.py @@ -170,7 +170,7 @@ LOG_LEVEL_DEFAULT: Final = "INFO" QUEUE_TIMEOUT: Final = 5 QUEUE_MAX_SIZE: Final = 100 -# Retry constants +# Retry constants MAX_RETRIES: Final = 3 RETRY_DELAY: Final = 1.0