mirror of
https://github.com/home-assistant/core.git
synced 2025-11-14 13:30:43 +00:00
Revert to using call_soon for event triggers and state changed event trackers (#122735)
This commit is contained in:
@@ -3229,6 +3229,7 @@ async def test_two_automations_call_restart_script_same_time(
|
||||
|
||||
hass.states.async_set("binary_sensor.presence", "on")
|
||||
await hass.async_block_till_done()
|
||||
await hass.async_block_till_done()
|
||||
assert len(events) == 2
|
||||
cancel()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user