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 40f6ea8 commit f5b357aCopy full SHA for f5b357a
plugwise/legacy/data.py
@@ -28,12 +28,9 @@ def _all_entity_data(self) -> None:
28
self._update_gw_entities()
29
self._smile_props["gateway_id"] = self.gateway_id
30
self._smile_props["item_count"] = self._count
31
- self._smile_props["notifications"] = {}
32
- self._smile_props["reboot"] = False
33
self._smile_props["smile_name"] = self.smile_name
34
if self._is_thermostat:
35
self._smile_props["heater_id"] = self._heater_id
36
- self._smile_props["cooling_present"] = False
37
38
def _update_gw_entities(self) -> None:
39
"""Helper-function for _all_entity_data() and async_update().
0 commit comments