diff --git a/custom_components/wemportal/const.py b/custom_components/wemportal/const.py index a4e6239..aa3213b 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 = 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 diff --git a/custom_components/wemportal/manifest.json b/custom_components/wemportal/manifest.json index 52384af..eff964c 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.4", + "version": "1.3.5", "codeowners": [ "@erikkastelec" ],