mirror of
https://github.com/home-assistant/core.git
synced 2025-08-16 19:11:42 +02:00
Pass config entry to Kraken coordinator (#149944)
This commit is contained in:
committed by
GitHub
parent
a962777a2e
commit
39b651e075
@@ -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]
|
||||
|
Reference in New Issue
Block a user