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 46bd479 commit 181e615Copy full SHA for 181e615
plugwise/data.py
@@ -112,7 +112,7 @@ def _add_or_update_notifications(
112
return # pragma: no cover
113
114
if self._is_thermostat or self.smile.type == "power":
115
- if "plugwise_notification" not in entity:
+ if "plugwise_notification" not in entity["binary_sensors"]:
116
entity["binary_sensors"].update(
117
{"plugwise_notification": bool(self._notifications)}
118
)
0 commit comments