Skip to content

Commit

Permalink
Increase api call timeout #30
Browse files Browse the repository at this point in the history
  • Loading branch information
erikkastelec committed May 4, 2022
1 parent e354cec commit 139ed01
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions custom_components/wemportal/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
_LOGGER = logging.getLogger("custom_components.wemportal")
DOMAIN = "wemportal"
DEFAULT_NAME = "Weishaupt WEM Portal"
DEFAULT_TIMEOUT = 60
DEFAULT_TIMEOUT = 120
START_URLS = ["https://www.wemportal.com/Web/login.aspx"]
CONF_SCAN_INTERVAL_API: Final = "api_scan_interval"
CONF_LANGUAGE: Final = "language"
CONF_MODE: Final = "mode"
PLATFORMS = ["sensor", "number", "select"]
REFRESH_WAIT_TIME: int = 60
REFRESH_WAIT_TIME: int = 120
2 changes: 1 addition & 1 deletion custom_components/wemportal/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"documentation": "https://github.com/erikkastelec/hass-WEM-Portal",
"issue_tracker": "https://github.com/erikkastelec/hass-WEM-Portal/issues",
"dependencies": [],
"version": "1.3.4",
"version": "1.3.5",
"codeowners": [
"@erikkastelec"
],
Expand Down

0 comments on commit 139ed01

Please sign in to comment.