mirror of
https://github.com/home-assistant/core.git
synced 2025-09-11 07:41:35 +02:00
Explicitly pass in the config_entry in imap coordinator (#138068)
This commit is contained in:
@@ -241,6 +241,7 @@ class ImapDataUpdateCoordinator(DataUpdateCoordinator[int | None]):
|
|||||||
super().__init__(
|
super().__init__(
|
||||||
hass,
|
hass,
|
||||||
_LOGGER,
|
_LOGGER,
|
||||||
|
config_entry=entry,
|
||||||
name=DOMAIN,
|
name=DOMAIN,
|
||||||
update_interval=update_interval,
|
update_interval=update_interval,
|
||||||
)
|
)
|
||||||
|
Reference in New Issue
Block a user