mirror of
https://github.com/home-assistant/core.git
synced 2026-09-11 10:06:07 -05: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