We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7499b6 commit d99b49dCopy full SHA for d99b49d
1 file changed
plugwise/__init__.py
@@ -334,7 +334,6 @@ async def async_update(self) -> dict[str, GwEntityData]:
334
except (DataMissingError, KeyError) as err:
335
raise PlugwiseError("No Plugwise data received") from err
336
337
- LOGGER.debug("HOI data: %s", data)
338
return data
339
340
########################################################################################################
0 commit comments