mirror of
https://github.com/home-assistant/core.git
synced 2025-08-04 19:18:20 +00:00
Pass config entry to Smarttub coordinator (#149946)
This commit is contained in:
parent
9f867f268c
commit
594ce8f266
@ -74,6 +74,7 @@ class SmartTubController:
|
|||||||
self._hass,
|
self._hass,
|
||||||
_LOGGER,
|
_LOGGER,
|
||||||
name=DOMAIN,
|
name=DOMAIN,
|
||||||
|
config_entry=entry,
|
||||||
update_method=self.async_update_data,
|
update_method=self.async_update_data,
|
||||||
update_interval=timedelta(seconds=SCAN_INTERVAL),
|
update_interval=timedelta(seconds=SCAN_INTERVAL),
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user