Skip to content

Commit

Permalink
Increase connection timeout to 1 minute
Browse files Browse the repository at this point in the history
  • Loading branch information
amaximus committed Apr 2, 2024
1 parent 10dc19d commit 5273497
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion custom_components/fkf-garbage-collection/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"dependencies": [],
"config_flow": false,
"codeowners": ["@amaximus"],
"version": "0.8.8",
"version": "0.8.9",
"iot_class": "cloud_polling",
"requirements": ["lxml", "voluptuous"]
}
2 changes: 1 addition & 1 deletion custom_components/fkf-garbage-collection/sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
DEFAULT_CONF_HOUSENR = '1'
DEFAULT_CONF_OFFSETDAYS = 0

HTTP_TIMEOUT = 5 # secs
HTTP_TIMEOUT = 60 # secs
MAX_RETRIES = 3
SCAN_INTERVAL = timedelta(hours=1)
ZIPCODE_BUDAORS = '2040'
Expand Down

0 comments on commit 5273497

Please sign in to comment.