mirror of
https://github.com/home-assistant/core.git
synced 2025-04-26 18:27:51 +00:00
Explicitly pass in the config_entry in imap coordinator (#138068)
This commit is contained in:
parent
42adc5c1e0
commit
96b4a71f6f
@ -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,
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user