diff --git a/homeassistant/components/brother/__init__.py b/homeassistant/components/brother/__init__.py index f7e5fbdb0d1..8c5cdb2d7ed 100644 --- a/homeassistant/components/brother/__init__.py +++ b/homeassistant/components/brother/__init__.py @@ -34,6 +34,7 @@ async def async_setup_entry(hass: HomeAssistant, entry: ConfigEntry): await coordinator.async_refresh() if not coordinator.last_update_success: + coordinator.shutdown() raise ConfigEntryNotReady hass.data.setdefault(DOMAIN, {})