diff --git a/custom_components/china_southern_power_grid_stat/sensor.py b/custom_components/china_southern_power_grid_stat/sensor.py index 329ad8e..5d5ce34 100644 --- a/custom_components/china_southern_power_grid_stat/sensor.py +++ b/custom_components/china_southern_power_grid_stat/sensor.py @@ -922,6 +922,7 @@ async def _async_update_account_data(self, account: CSGElectricityAccount): self._async_update_last_year_stats(account), self._async_update_this_month_stats_and_ladder(account), self._async_update_last_month_stats(account), + return_exceptions=True, ) self._update_latest_day(account) _LOGGER.debug(