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 4dfbc64 commit a18e91dCopy full SHA for a18e91d
plugwise/entities.py
@@ -86,7 +86,7 @@ def update_data(self):
86
if self._binary_sensor != "plugwise_notification":
87
continue
88
89
- notify = self._api.notifications
+ notify = self._api._notifications
90
self._notification = {}
91
for severity in SEVERITIES:
92
self._attributes[f"{severity.upper()}_msg"] = []
0 commit comments