mirror of
https://github.com/home-assistant/core.git
synced 2026-05-15 13:01:22 +01:00
b430496b13
* Switch async_track_state_change to the faster async_track_state_change_event part 4 Calling async_track_state_change_event directly is faster than async_track_state_change (see #37251) since async_track_state_change is a wrapper around async_track_state_change_event now * pylint