Deprecate calling async_listen and async_listen_once with run_immediately (#115169)
This commit is contained in:
parent
5ef42078a3
commit
ca5ed274cb
67 changed files with 126 additions and 243 deletions
|
@ -398,7 +398,6 @@ class APIDomainServicesView(HomeAssistantView):
|
|||
cancel_listen = hass.bus.async_listen(
|
||||
EVENT_STATE_CHANGED,
|
||||
_async_save_changed_entities,
|
||||
run_immediately=True,
|
||||
)
|
||||
|
||||
try:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue