mirror of
https://github.com/home-assistant/core.git
synced 2025-08-16 02:51:40 +02:00
Pass config entry to Simplisafe coordinator (#149943)
This commit is contained in:
committed by
GitHub
parent
3d27d501b1
commit
33eaca24d6
@@ -573,6 +573,7 @@ class SimpliSafe:
|
|||||||
self._hass,
|
self._hass,
|
||||||
LOGGER,
|
LOGGER,
|
||||||
name=self.entry.title,
|
name=self.entry.title,
|
||||||
|
config_entry=self.entry,
|
||||||
update_interval=DEFAULT_SCAN_INTERVAL,
|
update_interval=DEFAULT_SCAN_INTERVAL,
|
||||||
update_method=self.async_update,
|
update_method=self.async_update,
|
||||||
)
|
)
|
||||||
|
Reference in New Issue
Block a user