Switch async_track_state_change to use run_immediately (#115164)

This commit is contained in:
J. Nick Koston 2024-04-07 16:38:25 -10:00 committed by GitHub
parent 1fd5f64dcc
commit 9ef28f83ea
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -276,7 +276,7 @@ def async_track_state_change(
EVENT_STATE_CHANGED,
state_change_dispatcher,
event_filter=state_change_filter,
run_immediately=False,
run_immediately=True,
)