Adjust light condition test (#160831)

This commit is contained in:
Erik Montnemery
2026-01-13 10:58:34 +01:00
committed by GitHub
parent d5be76d7e6
commit 855da1d070
+2 -2
View File
@@ -165,8 +165,8 @@ async def test_light_state_condition_behavior_any(
for state in states:
for eid in target_switches:
set_or_remove_state(hass, eid, state["included"])
await hass.async_block_till_done()
assert not await has_single_call_after_trigger(hass, service_calls)
await hass.async_block_till_done()
assert not await has_single_call_after_trigger(hass, service_calls)
for state in states:
included_state = state["included"]