We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de829ef commit 91892afCopy full SHA for 91892af
plugwise/helper.py
@@ -507,7 +507,7 @@ async def update_domain_objects(self):
507
msg = notification.find("message").text
508
self.notifications.update({msg_id: {msg_type: msg}})
509
_LOGGER.debug("Plugwise notifications: %s", self.notifications)
510
- except AttributeError: # pragma: no cover
+ except AttributeError: # pragma: no cover
511
_LOGGER.info(
512
"Plugwise notification present but unable to process, manually investigate: %s",
513
url,
0 commit comments