Skip to content

Commit cb71d44

Browse files
committed
Remove setting self.gateway_id from gw_data
1 parent be52f67 commit cb71d44

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

plugwise/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,6 @@ async def async_update(self) -> PlugwiseData:
320320
data = PlugwiseData(devices={}, gateway={})
321321
try:
322322
data = await self._smile_api.async_update()
323-
self.gateway_id = data.gateway["gateway_id"]
324323
except (DataMissingError, KeyError) as err:
325324
raise PlugwiseError("No Plugwise data received") from err
326325

0 commit comments

Comments
 (0)