mirror of
https://github.com/home-assistant/developers.home-assistant.git
synced 2025-07-13 20:36:29 +00:00
Fix typo in integration_setup_failures.md (#2504)
This commit is contained in:
parent
af4abd1094
commit
b6b197370a
@ -22,7 +22,7 @@ async def async_setup_entry(hass: HomeAssistant, entry: ConfigEntry) -> bool:
|
||||
raise ConfigEntryNotReady(f"Timeout while connecting to {device.ipaddr}") from ex
|
||||
```
|
||||
|
||||
If you are using a [DataUpdateCoordinator](integration_fetching_data#coordinated-single-api-poll-for-data-for-all-entities), calling `await coordinator.async_config_entry_first_refresh()` will also trigger this exception automaticlly if the first refresh failed.
|
||||
If you are using a [DataUpdateCoordinator](integration_fetching_data#coordinated-single-api-poll-for-data-for-all-entities), calling `await coordinator.async_config_entry_first_refresh()` will also trigger this exception automatically if the first refresh failed.
|
||||
|
||||
If your integration supports discovery, Home Assistant will automatically retry as soon as your device or service gets discovered.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user