Skip to content

Commit e565d3f

Browse files
author
Marcus Terasa
committed
Increase timeout to 1 minute in case of slow API response times
1 parent 40c546d commit e565d3f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

custom_components/foxess_api/fox_ess_cloud_api.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,8 @@ async def request_data(self, method, path, query_params, request_body):
5555
query_params,
5656
request_body,
5757
False,
58-
"python_default")
58+
"python_default",
59+
60)
5960
await client.async_update()
6061

6162
response = client.data

0 commit comments

Comments
 (0)