From e6d49f1483f92f2af9eafbfc663cb40fd5b960e9 Mon Sep 17 00:00:00 2001 From: balgerion <133121849+balgerion@users.noreply.github.com> Date: Wed, 30 Apr 2025 10:05:56 +0200 Subject: [PATCH] Update const.py --- custom_components/pstryk/const.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/pstryk/const.py b/custom_components/pstryk/const.py index 5bac63d..0796b4a 100644 --- a/custom_components/pstryk/const.py +++ b/custom_components/pstryk/const.py @@ -1,6 +1,6 @@ DOMAIN = "pstryk" API_URL = "https://api.pstryk.pl/integrations/" -API_TIMEOUT = 10 +API_TIMEOUT = 30 BUY_ENDPOINT = "pricing/?resolution=hour&window_start={start}&window_end={end}" SELL_ENDPOINT = "prosumer-pricing/?resolution=hour&window_start={start}&window_end={end}"