mirror of
https://github.com/home-assistant/core.git
synced 2026-05-24 01:10:24 +01:00
711b8e10a3
* Switch homekit to use async_track_state_change_event Calling async_track_state_change_event directly is faster than async_track_state_change and has slightly lower latency triggering state updates in homekit * check for deleted entities * Update additional tests for linked sensor removals * Ensure removing entities does not result in an exception