From 9729d9738adf198f4c5b3c8204da02a656e01424 Mon Sep 17 00:00:00 2001 From: balgerion <133121849+balgerion@users.noreply.github.com> Date: Sun, 4 May 2025 15:06:14 +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 0796b4a..944be66 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 = 30 +API_TIMEOUT = 60 BUY_ENDPOINT = "pricing/?resolution=hour&window_start={start}&window_end={end}" SELL_ENDPOINT = "prosumer-pricing/?resolution=hour&window_start={start}&window_end={end}"