Suez_water: remove redundant log on refresh failure (#134025)

Suez_water: remove redundent log on refresh failure
This commit is contained in:
jb101010-2 2024-12-27 00:05:28 +01:00 committed by GitHub
parent adc97b6c15
commit a53c92d4b5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 5 deletions

View File

@ -85,9 +85,6 @@ class SuezWaterCoordinator(DataUpdateCoordinator[SuezWaterData]):
price=(await self._suez_client.get_price()).price,
)
except PySuezError as err:
_LOGGER.exception(err)
raise UpdateFailed(
f"Suez coordinator error communicating with API: {err}"
) from err
raise UpdateFailed(f"Suez data update failed: {err}") from err
_LOGGER.debug("Successfully fetched suez data")
return data

View File

@ -27,7 +27,7 @@ rules:
# Silver
config-entry-unloading: done
log-when-unavailable: todo
log-when-unavailable: done
entity-unavailable: done
action-exceptions:
status: exempt