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 396d5bf commit b170547Copy full SHA for b170547
plugwise/legacy/smile.py
@@ -144,7 +144,6 @@ async def async_update(self) -> PlugwiseData:
144
self._appliances = await self._request(APPLIANCES)
145
146
self._update_gw_devices()
147
- self.gw_data["notifications"] = self._notifications
148
149
self._previous_day_number = day_number
150
return PlugwiseData(self.gw_data, self.gw_devices)
0 commit comments