diff --git a/custom_components/nordpool/__init__.py b/custom_components/nordpool/__init__.py index 61076d0..5fef8dd 100644 --- a/custom_components/nordpool/__init__.py +++ b/custom_components/nordpool/__init__.py @@ -111,10 +111,6 @@ async def _someday(self, area: str, currency: str, day: str): await self.update_today(areas=self.areas) except InvalidValueException: _LOGGER.debug("No data available for today, retrying later") - try: - await self.update_tomorrow(areas=self.areas) - except InvalidValueException: - _LOGGER.debug("No data available for tomorrow, retrying later") # Send a new data request after new data is updated for this first run # This way if the user has multiple sensors they will all update