diff --git a/blog/2025-02-18-passing-entry-explicitily.md b/blog/2025-02-18-passing-entry-explicitily.md new file mode 100644 index 00000000..e7f8a65d --- /dev/null +++ b/blog/2025-02-18-passing-entry-explicitily.md @@ -0,0 +1,9 @@ +--- +author: Michael +authorURL: https://github.com/mib1185 +title: Explicitly pass in the config entry +--- + +At the moment, we rely on the `ContextVar` to set the related config entry in a coordinator. + +For core integrations, it is now required to pass in the config entry explicitly to the [DataUpdateCoordinator](/docs/integration_fetching_data.md#coordinated-single-api-poll-for-data-for-all-entities). For custom integrations it is not enforced, but you're welcome to still adopt this approach.