mirror of
https://github.com/home-assistant/core.git
synced 2025-09-16 10:11:29 +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,
|
||||
LOGGER,
|
||||
name=self.entry.title,
|
||||
config_entry=self.entry,
|
||||
update_interval=DEFAULT_SCAN_INTERVAL,
|
||||
update_method=self.async_update,
|
||||
)
|
||||
|
Reference in New Issue
Block a user