Skip to content

Commit f5b357a

Browse files
committed
Revert adding not present properties
1 parent 40f6ea8 commit f5b357a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

plugwise/legacy/data.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,9 @@ def _all_entity_data(self) -> None:
2828
self._update_gw_entities()
2929
self._smile_props["gateway_id"] = self.gateway_id
3030
self._smile_props["item_count"] = self._count
31-
self._smile_props["notifications"] = {}
32-
self._smile_props["reboot"] = False
3331
self._smile_props["smile_name"] = self.smile_name
3432
if self._is_thermostat:
3533
self._smile_props["heater_id"] = self._heater_id
36-
self._smile_props["cooling_present"] = False
3734

3835
def _update_gw_entities(self) -> None:
3936
"""Helper-function for _all_entity_data() and async_update().

0 commit comments

Comments
 (0)