Skip to content

Commit a18e91d

Browse files
committed
Missed another one
1 parent 4dfbc64 commit a18e91d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugwise/entities.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ def update_data(self):
8686
if self._binary_sensor != "plugwise_notification":
8787
continue
8888

89-
notify = self._api.notifications
89+
notify = self._api._notifications
9090
self._notification = {}
9191
for severity in SEVERITIES:
9292
self._attributes[f"{severity.upper()}_msg"] = []

0 commit comments

Comments
 (0)