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 80a4232 commit 58025deCopy full SHA for 58025de
plugwise/data.py
@@ -111,7 +111,7 @@ def _add_or_update_notifications(
111
"""Helper-function adding or updating the Plugwise notifications."""
112
if (
113
entity_id == self._gateway_id
114
- and (self._is_thermostat or self.smile_type == "power")
+ and (self._is_thermostat or self.smile.type == "power")
115
) or (
116
"binary_sensors" in entity
117
and "plugwise_notification" in entity["binary_sensors"]
0 commit comments