diff --git a/custom_components/wemportal/const.py b/custom_components/wemportal/const.py index 873ee41..5d3e200 100644 --- a/custom_components/wemportal/const.py +++ b/custom_components/wemportal/const.py @@ -5,10 +5,10 @@ _LOGGER = logging.getLogger("custom_components.wemportal") DOMAIN = "wemportal" DEFAULT_NAME = "Weishaupt WEM Portal" -DEFAULT_TIMEOUT = 120 +DEFAULT_TIMEOUT = 360 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", "switch"] -REFRESH_WAIT_TIME: int = 120 +REFRESH_WAIT_TIME: int = 360 diff --git a/custom_components/wemportal/manifest.json b/custom_components/wemportal/manifest.json index c03673f..9e8b584 100644 --- a/custom_components/wemportal/manifest.json +++ b/custom_components/wemportal/manifest.json @@ -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.15", + "version": "1.3.16", "codeowners": [ "@erikkastelec" ],