no reauth

This commit is contained in:
G Johansson
2026-09-02 15:05:46 +00:00
parent 8fcfd42e8d
commit 6d88ef26c4
+2 -1
View File
@@ -753,7 +753,8 @@ class ConfigEntry[_DataT = Any]:
auth_message,
)
logger.debug("Full exception", exc_info=True) # noqa: LOG014
self.async_start_reauth_if_available(hass)
if not migration:
self.async_start_reauth_if_available(hass)
elif isinstance(exc, ConfigEntryNotReady):
message = str(exc)