mirror of
https://github.com/home-assistant/developers.home-assistant.git
synced 2025-11-14 13:30:55 +00:00
Update Docusaurus to v3 (#1995)
This commit is contained in:
@@ -24,7 +24,7 @@ If your integration is going to register services, it will need to provide a des
|
||||
## Data update coordinator - `coordinator.py`
|
||||
|
||||
There are multiple ways for your integration to receive data, including push or poll. Commonly integrations will fetch data with a single coordinated poll across all entities, which requires the use of a `DataUpdateCoordinator`.
|
||||
If you want to use one, and you choose to create a subclass of it, it is recommended to define the coordinator class in `coordinator.py`. [More information about `DataUpdateCoordinator`](integration_fetching_data.md/#coordinated-single-api-poll-for-data-for-all-entities).
|
||||
If you want to use one, and you choose to create a subclass of it, it is recommended to define the coordinator class in `coordinator.py`. [More information about `DataUpdateCoordinator`](integration_fetching_data.md#coordinated-single-api-poll-for-data-for-all-entities).
|
||||
|
||||
## Where Home Assistant looks for integrations
|
||||
|
||||
|
||||
Reference in New Issue
Block a user