mirror of
https://github.com/home-assistant/core.git
synced 2026-05-08 17:49:37 +01:00
Switch async_track_state_change to use run_immediately (#115164)
This commit is contained in:
@@ -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,
|
||||
)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user