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}"