Explicitly pass in the config_entry in enphase envoy coordinator (#137806)

explicitly pass in the config_entry in coordinator
This commit is contained in:
Michael 2025-02-08 15:32:20 +01:00 committed by GitHub
parent 780e6aa073
commit de1a503284
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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,