Skip to content

Commit

Permalink
moved logger debug to coordinator
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielNagy committed Jan 26, 2024
1 parent 4cfda8b commit 3b49f2c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ async def _async_update_data(self):
if self._data_age >= 3: # 3 polling events = 60 seconds
try:
data = await self.chlorinator.async_gatherdata()
_LOGGER.debug("halo_ble_client finish: %s", data)
except Exception as e:
_LOGGER.warning("Failed _gatherdata: %s %s", self._data_age, e)
data = {}
Expand Down

0 comments on commit 3b49f2c

Please sign in to comment.