Skip to content

Commit b6b1973

Browse files
authored
Fix typo in integration_setup_failures.md (#2504)
1 parent af4abd1 commit b6b1973

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/integration_setup_failures.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ async def async_setup_entry(hass: HomeAssistant, entry: ConfigEntry) -> bool:
2222
raise ConfigEntryNotReady(f"Timeout while connecting to {device.ipaddr}") from ex
2323
```
2424

25-
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.
25+
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.
2626

2727
If your integration supports discovery, Home Assistant will automatically retry as soon as your device or service gets discovered.
2828

0 commit comments

Comments
 (0)