Explicitly pass in the config_entry in zamg coordinator (#137858)

explicitly pass in the config_entry in coordinator
This commit is contained in:
Michael
2025-02-08 16:33:46 +01:00
committed by GitHub
parent 91dbe3092f
commit 8976e7f4ea

View File

@@ -32,6 +32,7 @@ class ZamgDataUpdateCoordinator(DataUpdateCoordinator[ZamgDevice]):
super().__init__(
hass,
LOGGER,
config_entry=entry,
name=DOMAIN,
update_interval=MIN_TIME_BETWEEN_UPDATES,
)