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