mirror of
https://github.com/home-assistant/developers.home-assistant.git
synced 2025-07-13 04:16:29 +00:00
Fix wording error in DataUpdateCoordinator code comments (#881)
This commit is contained in:
parent
ac688ee498
commit
6bf8e60b20
@ -65,7 +65,7 @@ async def async_setup_entry(hass, entry, async_add_entities):
|
||||
async with async_timeout.timeout(10):
|
||||
return await api.fetch_data()
|
||||
except ApiAuthError as err:
|
||||
# Raising ConfigEntryAuthFailed with cancel future updates
|
||||
# Raising ConfigEntryAuthFailed will cancel future updates
|
||||
# and start a config flow with SOURCE_REAUTH (async_step_reauth)
|
||||
raise ConfigEntryAuthFailed from err
|
||||
except ApiError as err:
|
||||
|
Loading…
x
Reference in New Issue
Block a user