Skip to content

Commit

Permalink
black
Browse files Browse the repository at this point in the history
  • Loading branch information
duhow committed Nov 17, 2024
1 parent e552c37 commit 3cf29d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions custom_components/aigues_barcelona/sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,8 @@ async def _async_update_data(self):
LAST_WEEK = TODAY - timedelta(days=7)
LAST_TIME_DAYS = None

#last_measurement = await self.get_last_measurement_stored()
#_LOGGER.info("Last stored measurement: %s", last_measurement)
# last_measurement = await self.get_last_measurement_stored()
# _LOGGER.info("Last stored measurement: %s", last_measurement)

try:
previous = datetime.fromisoformat(self._data.get(CONF_STATE, ""))
Expand Down

0 comments on commit 3cf29d0

Please sign in to comment.