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 de5e3dd commit 50c866bCopy full SHA for 50c866b
plugwise/__init__.py
@@ -328,7 +328,6 @@ async def _smile_detect_legacy(
328
329
async def async_update(self) -> dict[str, GwEntityData]:
330
"""Update the Plughwise Gateway entities and their data and states."""
331
- data: dict[str, GwEntityData] = {}
332
try:
333
data = await self._smile_api.async_update()
334
except (DataMissingError, KeyError) as err:
0 commit comments