Explicitly pass in the config_entry in imap coordinator (#138068)

This commit is contained in:
Jan Bouwhuis 2025-02-09 15:43:43 +01:00 committed by GitHub
parent 42adc5c1e0
commit 96b4a71f6f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -241,6 +241,7 @@ class ImapDataUpdateCoordinator(DataUpdateCoordinator[int | None]):
super().__init__(
hass,
_LOGGER,
config_entry=entry,
name=DOMAIN,
update_interval=update_interval,
)