diff --git a/custom_components/wemportal/manifest.json b/custom_components/wemportal/manifest.json index afdf7ef..135e767 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.2.1", + "version": "1.2.2", "codeowners": [ "@erikkastelec" ], diff --git a/custom_components/wemportal/wemportalapi.py b/custom_components/wemportal/wemportalapi.py index e6258bc..cce2cb0 100644 --- a/custom_components/wemportal/wemportalapi.py +++ b/custom_components/wemportal/wemportalapi.py @@ -218,7 +218,6 @@ def getData(self): ], } except KeyError as err: - _LOGGER.warning(err) _LOGGER.warning( "An error occurred while gathering data. This issue should resolve by " "itself. If this problem persists, open an issue at "