mirror of
https://github.com/home-assistant/core.git
synced 2025-09-16 10:11:29 +02:00
Pass config entry to Smarttub coordinator (#149946)
This commit is contained in:
committed by
Franck Nijhof
parent
6cb48da2f3
commit
a5a45ce59f
@@ -74,6 +74,7 @@ class SmartTubController:
|
||||
self._hass,
|
||||
_LOGGER,
|
||||
name=DOMAIN,
|
||||
config_entry=entry,
|
||||
update_method=self.async_update_data,
|
||||
update_interval=timedelta(seconds=SCAN_INTERVAL),
|
||||
)
|
||||
|
Reference in New Issue
Block a user