mirror of
https://github.com/home-assistant/developers.home-assistant.git
synced 2025-07-09 10:26:30 +00:00
Add note about update coordinator in test-before-setup IQS rule (#2486)
Co-authored-by: Franck Nijhof <git@frenck.dev>
This commit is contained in:
parent
8219141adc
commit
6aa5ec2f8c
@ -42,6 +42,10 @@ async def async_setup_entry(hass: HomeAssistant, entry: MyIntegrationConfigEntry
|
|||||||
return True
|
return True
|
||||||
```
|
```
|
||||||
|
|
||||||
|
:::info
|
||||||
|
Please note that this may also be implemented implicitly when using a data update coordinator via `await coordinator.async_config_entry_first_refresh()`.
|
||||||
|
:::
|
||||||
|
|
||||||
## Additional resources
|
## Additional resources
|
||||||
|
|
||||||
More information about config entries and their lifecycle can be found in the [config entry documentation](../../../config_entries_index).
|
More information about config entries and their lifecycle can be found in the [config entry documentation](../../../config_entries_index).
|
||||||
|
Loading…
x
Reference in New Issue
Block a user