mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 13:17:32 +00:00
Explicitly pass in the config_entry in enphase envoy coordinator (#137806)
explicitly pass in the config_entry in coordinator
This commit is contained in:
parent
780e6aa073
commit
de1a503284
@ -55,6 +55,7 @@ class EnphaseUpdateCoordinator(DataUpdateCoordinator[dict[str, Any]]):
|
||||
super().__init__(
|
||||
hass,
|
||||
_LOGGER,
|
||||
config_entry=entry,
|
||||
name=entry_data[CONF_NAME],
|
||||
update_interval=SCAN_INTERVAL,
|
||||
always_update=False,
|
||||
|
Loading…
x
Reference in New Issue
Block a user