mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 12:47:08 +00:00
Call backup listener during setup in onedrive (#136990)
This commit is contained in:
parent
d4a355e684
commit
21ffcf853b
@ -97,6 +97,8 @@ async def async_setup_entry(hass: HomeAssistant, entry: OneDriveConfigEntry) ->
|
||||
backup_folder_id=backup_folder_id,
|
||||
)
|
||||
|
||||
_async_notify_backup_listeners_soon(hass)
|
||||
|
||||
return True
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user