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 be52f67 commit cb71d44Copy full SHA for cb71d44
plugwise/__init__.py
@@ -320,7 +320,6 @@ async def async_update(self) -> PlugwiseData:
320
data = PlugwiseData(devices={}, gateway={})
321
try:
322
data = await self._smile_api.async_update()
323
- self.gateway_id = data.gateway["gateway_id"]
324
except (DataMissingError, KeyError) as err:
325
raise PlugwiseError("No Plugwise data received") from err
326
0 commit comments