mirror of
https://github.com/home-assistant/core.git
synced 2025-08-14 01:55:18 +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,
|
||||
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