mirror of
https://github.com/home-assistant/core.git
synced 2025-09-16 18:21:34 +02:00
Pass config entry to Simplisafe coordinator (#149943)
This commit is contained in:
committed by
Franck Nijhof
parent
a2722f08c4
commit
d50b9405f0
@@ -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