mirror of
https://github.com/home-assistant/core.git
synced 2025-07-13 16:27:08 +00:00
Explicitly pass in the config_entry in zamg coordinator (#137858)
explicitly pass in the config_entry in coordinator
This commit is contained in:
parent
91dbe3092f
commit
8976e7f4ea
@ -32,6 +32,7 @@ class ZamgDataUpdateCoordinator(DataUpdateCoordinator[ZamgDevice]):
|
||||
super().__init__(
|
||||
hass,
|
||||
LOGGER,
|
||||
config_entry=entry,
|
||||
name=DOMAIN,
|
||||
update_interval=MIN_TIME_BETWEEN_UPDATES,
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user