1
0
mirror of https://github.com/natekspencer/hacs-oasis_mini.git synced 2025-12-06 18:44:14 -05:00
This commit is contained in:
Nathan Spencer
2025-11-24 05:51:55 +00:00
parent fbb3012379
commit 5c49119ae5
3 changed files with 10 additions and 9 deletions

View File

@@ -161,7 +161,7 @@ class OasisDeviceCoordinator(DataUpdateCoordinator[list[OasisDevice]]):
except UpdateFailed:
raise
except Exception as ex: # noqa: BLE001
except Exception as ex:
if self.attempt > 2 or not (devices or self.data):
raise UpdateFailed(
"Unexpected error talking to Oasis devices "