mirror of
https://github.com/home-assistant/core.git
synced 2025-11-08 10:29:27 +00:00
Update legacy job calls in abode (#33607)
This commit is contained in:
@@ -41,7 +41,7 @@ class AbodeCamera(AbodeDevice, Camera):
|
||||
"""Subscribe Abode events."""
|
||||
await super().async_added_to_hass()
|
||||
|
||||
self.hass.async_add_job(
|
||||
self.hass.async_add_executor_job(
|
||||
self._data.abode.events.add_timeline_callback,
|
||||
self._event,
|
||||
self._capture_callback,
|
||||
|
||||
Reference in New Issue
Block a user