Pass config entry to Kraken coordinator (#149944)

pull/149658/head^2
Joost Lekkerkerker 2025-08-04 13:17:27 +02:00 committed by GitHub
parent a962777a2e
commit 39b651e075
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -135,6 +135,7 @@ class KrakenData:
self._hass,
_LOGGER,
name=DOMAIN,
config_entry=self._config_entry,
update_method=self.async_update,
update_interval=timedelta(
seconds=self._config_entry.options[CONF_SCAN_INTERVAL]