Skip to content

Commit

Permalink
Bumps version + minor logging change
Browse files Browse the repository at this point in the history
  • Loading branch information
erikkastelec committed Dec 17, 2021
1 parent 5039931 commit 8a2c168
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
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.2.1",
"version": "1.2.2",
"codeowners": [
"@erikkastelec"
],
Expand Down
1 change: 0 additions & 1 deletion custom_components/wemportal/wemportalapi.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 "
Expand Down

0 comments on commit 8a2c168

Please sign in to comment.