Skip to content

Commit

Permalink
Merge pull request #144 from gjohansson-ST/timeout
Browse files Browse the repository at this point in the history
Increase timeout
  • Loading branch information
gjohansson-ST authored Nov 4, 2022
2 parents 9207933 + 5bf2271 commit 1da17a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/sector/coordinator.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

from .const import API_URL, CONF_TEMP, DOMAIN, LOGGER, UPDATE_INTERVAL

TIMEOUT = 10
TIMEOUT = 15
TO_REDACT = {
"PanelCode",
"PanelId",
Expand Down

0 comments on commit 1da17a8

Please sign in to comment.